You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- cosmwasm.zip contains the generic cosmwasm contract for most Cosmos SDK chains.
44
+
- injective.zip contains injectives specific contract.
34
45
draft: false
35
-
prerelease: false
36
-
- name: Upload Release Asset
37
-
id: upload-release-asset
38
-
uses: actions/upload-release-asset@v1
39
-
env:
40
-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
-
with:
42
-
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
43
-
asset_path: target_chains/cosmwasm/artifacts.zip
44
-
asset_name: artifacts.zip
45
-
asset_content_type: application/zip
46
+
# Setting VERSION in set env step and hence it will be available
0 commit comments