mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15: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
|
- 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
|
||||||
@@ -39,11 +39,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v4
|
||||||
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@v4
|
||||||
with:
|
with:
|
||||||
name: i686-pc-windows-msvc
|
name: i686-pc-windows-msvc
|
||||||
- name: Setup HEMTT
|
- name: Setup HEMTT
|
||||||
|
|||||||
Reference in New Issue
Block a user