Skip to content

Commit

Permalink
chore: copy all items from artifact directory
Browse files Browse the repository at this point in the history
  • Loading branch information
frolvanya committed Feb 8, 2025
1 parent 518af07 commit c56bc50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-contracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
mkdir -p artifacts
find ./near/target/near -name "*.wasm" -exec cp {} artifacts/ \;
cp ./solana/bridge_token_factory/target/verifiable/bridge_token_factory.so artifacts
ls artifacts
zip -j contracts.zip artifacts/*.wasm
zip -j contracts.zip artifacts/*
shell: bash

- name: Create Release
Expand Down

0 comments on commit c56bc50

Please sign in to comment.