mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:23:28 +00:00
att
This commit is contained in:
4
.github/workflows/pack_early.yaml
vendored
4
.github/workflows/pack_early.yaml
vendored
@@ -30,7 +30,7 @@ jobs:
|
|||||||
name: ${{ matrix.arrays.os.target }}
|
name: ${{ matrix.arrays.os.target }}
|
||||||
path: target/release/armatak.dll
|
path: target/release/armatak.dll
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
retention-days: 30
|
retention-days: 15
|
||||||
package:
|
package:
|
||||||
needs: build_extension
|
needs: build_extension
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -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
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user