mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-02-14 10:55:47 +00:00
Fix upload error
This commit is contained in:
parent
101cdc9cfa
commit
30f6927350
38
.github/workflows/rust.yml
vendored
38
.github/workflows/rust.yml
vendored
@ -24,15 +24,12 @@ jobs:
|
|||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: build
|
command: build
|
||||||
args: --verbose --release --all --tests
|
args: --verbose --release --all
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
args: --verbose --release --all
|
args: --verbose --release --all
|
||||||
- run: pwd
|
|
||||||
- run: ls target/
|
|
||||||
- run: ls target/release/
|
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
@ -53,10 +50,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
use-cross: true
|
use-cross: true
|
||||||
command: build
|
command: build
|
||||||
args: --target armv7-unknown-linux-gnueabihf
|
args: --release --target armv7-unknown-linux-gnueabihf
|
||||||
- run: pwd
|
|
||||||
- run: ls target/
|
|
||||||
- run: ls target/release/
|
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
@ -77,36 +71,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
use-cross: true
|
use-cross: true
|
||||||
command: build
|
command: build
|
||||||
args: --target aarch64-unknown-linux-gnu
|
args: --release --target aarch64-unknown-linux-gnu
|
||||||
- run: pwd
|
|
||||||
- run: ls target/
|
|
||||||
- run: ls target/release/
|
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: linux_aarch64-zecwallet-cli
|
name: linux_aarch64-zecwallet-cli
|
||||||
path: target/aarch64-unknown-linux-gnu/release/zecwallet-cli
|
path: target/aarch64-unknown-linux-gnu/release/zecwallet-cli
|
||||||
|
|
||||||
linux_mingw:
|
|
||||||
name: Linux mingw
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@master
|
|
||||||
- uses: actions-rs/toolchain@v1
|
|
||||||
with:
|
|
||||||
toolchain: stable
|
|
||||||
target: x86_64-pc-windows-gnu
|
|
||||||
override: true
|
|
||||||
- uses: actions-rs/cargo@v1
|
|
||||||
with:
|
|
||||||
use-cross: true
|
|
||||||
command: build
|
|
||||||
args: --target x86_64-pc-windows-gnu
|
|
||||||
- run: pwd
|
|
||||||
- run: ls target/
|
|
||||||
- run: ls target/release/
|
|
||||||
- name: Upload
|
|
||||||
uses: actions/upload-artifact@v1
|
|
||||||
with:
|
|
||||||
name: linux_mingw-zecwallet-cli
|
|
||||||
path: target/x86_64-pc-windows-gnu/release/zecwallet-cli.exe
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user