mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-02-01 03:12:15 +00:00
debug
This commit is contained in:
parent
8de18436ee
commit
101cdc9cfa
14
.github/workflows/rust.yml
vendored
14
.github/workflows/rust.yml
vendored
@ -30,6 +30,9 @@ jobs:
|
|||||||
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:
|
||||||
@ -51,6 +54,9 @@ jobs:
|
|||||||
use-cross: true
|
use-cross: true
|
||||||
command: build
|
command: build
|
||||||
args: --target armv7-unknown-linux-gnueabihf
|
args: --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:
|
||||||
@ -71,7 +77,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
use-cross: true
|
use-cross: true
|
||||||
command: build
|
command: build
|
||||||
args: --target aarch64-unknown-linux-gnu
|
args: --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:
|
||||||
@ -93,6 +102,9 @@ jobs:
|
|||||||
use-cross: true
|
use-cross: true
|
||||||
command: build
|
command: build
|
||||||
args: --target x86_64-pc-windows-gnu
|
args: --target x86_64-pc-windows-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:
|
||||||
|
Loading…
Reference in New Issue
Block a user