mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-02-11 17:55:47 +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:
|
||||
command: test
|
||||
args: --verbose --release --all
|
||||
- name: Upload
|
||||
- name: Upload ubuntu/macos
|
||||
uses: actions/upload-artifact@v1
|
||||
if: contains(matrix.os, 'macos') || contains(matrix.os, 'ubuntu')
|
||||
with:
|
||||
name: ${{ matrix.os }}-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:
|
||||
name: Linux ARMv7
|
||||
|
Loading…
x
Reference in New Issue
Block a user