Commit 9e53357 1 parent 045d78b commit 9e53357 Copy full SHA for 9e53357
File tree 1 file changed +9
-11
lines changed
1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -78,19 +78,17 @@ jobs:
78
78
- name : Upload compiled CosmWasm contract
79
79
uses : actions/upload-artifact@v4
80
80
with :
81
- name : tendermint-cw-${{ github.sha }}
81
+ name : tendermint-cw-client
82
82
path : artifacts/ibc_client_tendermint_cw.wasm
83
83
# Retain the artifact for 1 week for PRs and 3 months for `main` branch
84
84
retention-days : ${{ github.event_name == 'pull_request' && 7 || 90 }}
85
85
overwrite : true
86
86
87
- # # An example workflow to download the artifact:
88
- # download-tendermint-cw-client:
89
- # name: Download pre-compiled Tendermint CosmWasm client
90
- # runs-on: ubuntu-latest
91
- # steps:
92
- # - uses: actions/download-artifact@v4
93
- # with:
94
- # name: tendermint-cw-${{ env.IBC_RS_COMMIT_HASH }}
95
- # repository: cosmos/ibc-rs
96
- # - run: ls -l ibc_client_tendermint_cw.wasm
87
+ # # An example workflow to download the artifact:
88
+ # - uses: actions/download-artifact@v4
89
+ # with:
90
+ # name: tendermint-cw-client
91
+ # repository: cosmos/ibc-rs
92
+ # run-id: ${{ env.UPLOAD_WASM_RUN_ID }}
93
+ # github-token: ${{ secrets.GITHUB_TOKEN }}
94
+ # - run: ls tendermint-cw-client/ibc_client_tendermint_cw.wasm
You can’t perform that action at this time.
0 commit comments