mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-02-01 03:12:15 +00:00
Conditional upload
This commit is contained in:
parent
30f6927350
commit
959755d705
10
.github/workflows/rust.yml
vendored
10
.github/workflows/rust.yml
vendored
@ -30,11 +30,19 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
args: --verbose --release --all
|
args: --verbose --release --all
|
||||||
- name: Upload
|
- name: Upload ubuntu/macos
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
|
if: contains(matrix.os, 'macos') || contains(matrix.os, 'ubuntu')
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.os }}-zecwallet-cli
|
name: ${{ matrix.os }}-zecwallet-cli
|
||||||
path: target/release/zecwallet-cli
|
path: target/release/zecwallet-cli
|
||||||
|
- name: Upload windows
|
||||||
|
uses: actions/upload-artifact@v1
|
||||||
|
if: contains(matrix.os, 'windows')
|
||||||
|
with:
|
||||||
|
name: ${{ matrix.os }}-zecwallet-cli.exe
|
||||||
|
path: target/release/zecwallet-cli.exe
|
||||||
|
|
||||||
|
|
||||||
linux_arm7:
|
linux_arm7:
|
||||||
name: Linux ARMv7
|
name: Linux ARMv7
|
||||||
|
Loading…
Reference in New Issue
Block a user