mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 13:23:28 +00:00
updated upload artifact checkout
This commit is contained in:
6
.github/workflows/publish.yaml
vendored
6
.github/workflows/publish.yaml
vendored
@@ -27,7 +27,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
|
||||
@@ -39,11 +39,11 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- uses: actions/download-artifact@v2
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: x86_64-pc-windows-msvc
|
||||
- run: mv ./armatak.dll ./armatak_x64.dll
|
||||
- uses: actions/download-artifact@v2
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: i686-pc-windows-msvc
|
||||
- name: Setup HEMTT
|
||||
|
||||
Reference in New Issue
Block a user