Skip to content

Commit

Permalink
add fungible token contract to release (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
petersalomonsen authored Dec 27, 2024
1 parent bd4d1d2 commit 8865165
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-example-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ jobs:
run: |
(cd examples/nft && ./build.sh)
(cd examples/minimumweb4 && ./build.sh)
(cd examples/fungibletoken && ./build.sh)
- 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/minimum_web4.wasm
zip -j release/example_contracts.zip examples/nft/out/nft.wasm examples/minimumweb4/out/minimum_web4.wasm examples/fungibletoken/out/fungible_token.wasm
- name: Upload WASM ZIP artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 8865165

Please sign in to comment.