Skip to content

Commit e1beda7

Browse files
authored
Update release workflow (#39)
This PR updates the release workflow to account for the `parachain-template-node` not being part of the default workspace members, and for the `production` profile. Signed-off-by: Iulian Barbu <[email protected]>
1 parent 0450f1e commit e1beda7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ jobs:
5454
rustup component add rust-src
5555
5656
- name: Build the template
57-
run: cargo build --locked --release
57+
run: cargo build --workspace --locked --profile production
5858
timeout-minutes: 90
5959

6060
- name: Upload the binaries
6161
uses: softprops/action-gh-release@v2
6262
with:
6363
files: |
64-
target/release/parachain-template-node
65-
target/release/wbuild/parachain-template-runtime/parachain_template_runtime.compact.compressed.wasm
64+
target/production/parachain-template-node
65+
target/production/wbuild/parachain-template-runtime/parachain_template_runtime.compact.compressed.wasm

0 commit comments

Comments
 (0)