mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:23:28 +00:00
fixed GH action names
This commit is contained in:
8
.github/workflows/pack_early.yaml
vendored
8
.github/workflows/pack_early.yaml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Publish
|
name: Pack on Pull Request
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
@@ -35,9 +35,9 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os_target:
|
os_target:
|
||||||
- { os: "windows-latest", target: "i686-pc-windows-msvc", artifact: "armatak.dll", name: "armatak.dll" }
|
- { os: "windows-latest", target: "i686-pc-windows-msvc", artifact: "armatak.dll" }
|
||||||
- { os: "windows-latest", target: "x86_64-pc-windows-msvc", artifact: "armatak.dll", name: "armatak_x64.dll" }
|
- { os: "windows-latest", target: "x86_64-pc-windows-msvc", artifact: "armatak.dll" }
|
||||||
- { os: "ubuntu-latest", target: "x86_64-unknown-linux-gnu", artifact: "libarmatak.so", name: "armatak.so" }
|
- { os: "ubuntu-latest", target: "x86_64-unknown-linux-gnu", artifact: "libarmatak.so" }
|
||||||
runs-on: ${{ matrix.os_target.os }}
|
runs-on: ${{ matrix.os_target.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
|
|||||||
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Publish
|
name: Publish Beta
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
Reference in New Issue
Block a user