Skip to content

Commit

Permalink
Fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kacperzuk-neti committed Feb 20, 2024
1 parent 6e11dc0 commit 9898714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: cargo build --release

- name: Rename binary
run: cp target/release/substrate linux_x86_build
run: cp target/release/substrate-node linux_x86_build

- name: Upload binary
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -146,4 +146,4 @@ jobs:
mainnet-${{github.ref_name}}.wasm
bastiat-${{github.ref_name}}.wasm
substrate/specs/bastiat.raw.json
substrate/specs/mainnet.raw.json
substrate/specs/mainnet.raw.json

0 comments on commit 9898714

Please sign in to comment.