Patch CI for split out worker binaries (#7360)

This commit is contained in:
s0me0ne-unkn0wn
2023-06-14 11:55:41 +02:00
committed by GitHub
parent 596a9ccd02
commit ce76f6d373
2 changed files with 3 additions and 1 deletions
@@ -26,6 +26,8 @@ build-linux-stable:
- mkdir -p ./artifacts
- VERSION="${CI_COMMIT_REF_NAME}" # will be tag or branch name
- mv ./target/testnet/polkadot ./artifacts/.
- mv ./target/testnet/polkadot-prepare-worker ./artifacts/. 2 > /dev/null || true
- mv ./target/testnet/polkadot-execute-worker ./artifacts/. 2 > /dev/null || true
- pushd artifacts
- sha256sum polkadot | tee polkadot.sha256
- shasum -c polkadot.sha256