Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Fix Path (#1368)
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Lau <[email protected]>
  • Loading branch information
AurevoirXavier authored Jul 31, 2022
1 parent 9f8661b commit 83428d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
args: --release
- name: Prepare release files
run: |
mv target/release/drml .
tar cf drml.tar.zst drml -I pzstd
mkdir artifacts
mv target/release/drml artifacts
mv drml.tar.zst artifacts
mv target/release/wbuild/pangolin-runtime/*.compressed.wasm artifacts
mv target/release/wbuild/pangoro-runtime/*.compressed.wasm artifacts
tar cf drml.tar.zst drml -I pzstd
mv drml.tar.zst artifacts
- name: Upload
uses: actions/[email protected]
with:
Expand All @@ -60,9 +60,9 @@ jobs:
args: --release --features evm-tracing
- name: Prepare release files
run: |
mkdir artifacts
mv target/release/drml artifacts
mv target/release/drml .
tar cf drml-tracing-node.tar.zst drml -I pzstd
mkdir artifacts
mv drml-tracing-node.tar.zst artifacts
- name: Upload
uses: actions/[email protected]
Expand Down

0 comments on commit 83428d4

Please sign in to comment.