mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 10:31:04 +00:00
[Fix] Auto-generated PR: delete polkadot binaries from working directory. (#1431)
* delete substrate and polkadot binaries * use nodes should move instead of copy and remove the archive
This commit is contained in:
committed by
Tadeo hepperle
parent
b86b1ea009
commit
1fe8ec3e4f
@@ -33,7 +33,8 @@ runs:
|
|||||||
./substrate-node --version
|
./substrate-node --version
|
||||||
./polkadot --version
|
./polkadot --version
|
||||||
mkdir -p ~/.local/bin
|
mkdir -p ~/.local/bin
|
||||||
cp ./substrate-node ~/.local/bin
|
mv ./substrate-node ~/.local/bin
|
||||||
cp ./polkadot ~/.local/bin
|
mv ./polkadot ~/.local/bin
|
||||||
cp ./polkadot-execute-worker ~/.local/bin
|
mv ./polkadot-execute-worker ~/.local/bin
|
||||||
cp ./polkadot-prepare-worker ~/.local/bin
|
mv ./polkadot-prepare-worker ~/.local/bin
|
||||||
|
rm ./polkadot.tar.gz
|
||||||
|
|||||||
@@ -41,9 +41,6 @@ jobs:
|
|||||||
- name: Fetch Artifacts
|
- name: Fetch Artifacts
|
||||||
run: cargo run --bin artifacts
|
run: cargo run --bin artifacts
|
||||||
|
|
||||||
- name: Delete substrate node binary
|
|
||||||
run: rm ./substrate-node
|
|
||||||
|
|
||||||
- uses: actions/create-github-app-token@v1
|
- uses: actions/create-github-app-token@v1
|
||||||
id: app-token
|
id: app-token
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user