Skip to content

Commit

Permalink
minimum_web4.wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
petersalomonsen committed Aug 18, 2024
1 parent afb0572 commit 4aa2533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-example-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Package WASM files into a ZIP
run: |
mkdir -p release
zip -j release/example_contracts.zip examples/nft/out/nft.wasm examples/minimumweb4/out/minimumweb4.wasm
zip -j release/example_contracts.zip examples/nft/out/nft.wasm examples/minimumweb4/out/minimum_web4.wasm
- name: Upload WASM ZIP artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4aa2533

Please sign in to comment.