mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 16:23:30 +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 }}
|
||||
path: target/release/armatak.dll
|
||||
if-no-files-found: error
|
||||
retention-days: 30
|
||||
retention-days: 15
|
||||
package:
|
||||
needs: build_extension
|
||||
runs-on: ubuntu-latest
|
||||
@@ -40,7 +40,7 @@ jobs:
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
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
|
||||
with:
|
||||
name: i686-pc-windows-msvc
|
||||
|
||||
Reference in New Issue
Block a user