mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:23:28 +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
|
- name: Cargo Build
|
||||||
run: cargo build --release
|
run: cargo build --release
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.arrays.os.target }}
|
name: ${{ matrix.arrays.os.target }}
|
||||||
path: target/release/armatak.dll
|
path: target/release/armatak.dll
|
||||||
@@ -51,7 +51,7 @@ jobs:
|
|||||||
uses: arma-actions/hemtt@v1
|
uses: arma-actions/hemtt@v1
|
||||||
- name: Build
|
- name: Build
|
||||||
run: hemtt release
|
run: hemtt release
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: armatak.zip
|
name: armatak.zip
|
||||||
path: 'releases/armatak-latest.zip'
|
path: 'releases/armatak-latest.zip'
|
||||||
Reference in New Issue
Block a user