Skip to content

Commit

Permalink
Update Release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
josefleventon committed Sep 6, 2022
1 parent c7c84a4 commit 9c30fc8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jobs:
steps:
- name: Optimize workspace
run: |
docker run --rm -v "$(pwd)":/code --platform linux/amd64 \
rustup target add wasm32-unknown-unknown;
docker run --rm -v "$(pwd)":/code \
--mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
cosmwasm/workspace-optimizer:0.12.6
cosmwasm/rust-optimizer:0.12.6;
- uses: actions/upload-artifact@v3
name: Upload artifacts
with:
Expand Down

0 comments on commit 9c30fc8

Please sign in to comment.