mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 14:03:29 +00:00
updated download artifact container
This commit is contained in:
4
.github/workflows/pack_early.yaml
vendored
4
.github/workflows/pack_early.yaml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
- name: Cargo Build
|
||||
run: cargo build --release
|
||||
- name: Upload
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ matrix.arrays.os.target }}
|
||||
path: target/release/armatak.dll
|
||||
@@ -51,7 +51,7 @@ jobs:
|
||||
uses: arma-actions/hemtt@v1
|
||||
- name: Build
|
||||
run: hemtt release
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: armatak.zip
|
||||
path: 'releases/armatak-latest.zip'
|
||||
Reference in New Issue
Block a user