Skip to content

Commit

Permalink
created artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn committed Mar 28, 2024
1 parent bb6755a commit 7fc445d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,18 @@ jobs:
- name: Run tests
if: env.GIT_DIFF
run: npm run test
- uses: actions/upload-artifact@v4
if: env.GIT_DIFF
with:
name: secret-network-contract.tar.gz
path: contracts/secret_contract/contract.wasm.gz
if-no-files-found: error
overwrite: true
- uses: actions/upload-artifact@v4
if: env.GIT_DIFF
with:
name: snapshot-contract
path: target/near/voting_snapshot/*
if-no-files-found: error
overwrite: true

0 comments on commit 7fc445d

Please sign in to comment.