mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 17:43:56 +00:00
att wf
This commit is contained in:
2
.github/workflows/pack_early.yaml
vendored
2
.github/workflows/pack_early.yaml
vendored
@@ -40,7 +40,7 @@ jobs:
|
|||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: x86_64-pc-windows-msvc
|
name: x86_64-pc-windows-msvc
|
||||||
- run: mv ./armatak.dll ./armatak_x64.dll
|
- run: mv armatak.dll armatak_x64.dll
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: i686-pc-windows-msvc
|
name: i686-pc-windows-msvc
|
||||||
|
|||||||
2
.github/workflows/publish_early.yaml
vendored
2
.github/workflows/publish_early.yaml
vendored
@@ -2,7 +2,7 @@ name: Publish_Beta
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ dev ]
|
branches: [ main ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_extension:
|
build_extension:
|
||||||
|
|||||||
Reference in New Issue
Block a user