update artifacts script (#1392)

This commit is contained in:
Tadeo Hepperle
2024-01-22 17:31:44 +01:00
committed by GitHub
parent 509b418703
commit d53f093b1e
2 changed files with 43 additions and 50 deletions
+4 -1
View File
@@ -40,7 +40,10 @@ jobs:
# - a polkadot.rs file from the full metadata that is checked in integration tests
# - a polkadot.json in the `artifacts/demo_chain_specs` directory
- name: Fetch Artifacts
run: cargo build --bin artifacts
run: cargo run --bin artifacts
- name: Delete substrate node binary
run: rm ./substrate-node
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5