Skip to content

Commit

Permalink
ci: fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
kerber0x authored Dec 19, 2023
2 parents 1ea6de1 + 7504b2e commit c28658d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release-artifacts-on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ jobs:
submodules: recursive
- name: Build Artifacts
run: |
$GITHUB_WORKSPACE/scripts/build_release.sh -c migaloo
tar -zcvf cosmwasm-artifacts_cosmwasm-token-factory.tar.gz artifacts
$GITHUB_WORKSPACE/scripts/build_release.sh -c injective
tar -zcvf cosmwasm-artifacts_injective.tar.gz artifacts
$GITHUB_WORKSPACE/scripts/build_release.sh -c terra
tar -zcvf cosmwasm-artifacts_osmosis-token-factory.tar.gz artifacts
$GITHUB_WORKSPACE/scripts/build_release.sh -c chihuahua
tar -zcvf cosmwasm-artifacts_no-token-factory.tar.gz artifacts
- name: Get Artifacts Versions
Expand All @@ -29,8 +23,5 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
cosmwasm-artifacts_cosmwasm-token-factory.tar.gz
cosmwasm-artifacts_osmosis-token-factory.tar.gz
cosmwasm-artifacts_injective.tar.gz
cosmwasm-artifacts_no-token-factory.tar.gz
artifact_versions.txt

0 comments on commit c28658d

Please sign in to comment.