Skip to content

Commit

Permalink
fix: extra char
Browse files Browse the repository at this point in the history
  • Loading branch information
lzpap committed Oct 16, 2024
1 parent e4e59c0 commit 14f3134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
mv ./target/release/${binary}${{ env.extention }} ${{ env.TMP_BUILD_DIR }}/${binary}${{ env.extention }}
done
export modified_tag=$(echo ${{ env.iota_tag }} | | sed s/'refs\/heads\/'// | sed s/'sc-platform\/'//)
export modified_tag=$(echo ${{ env.iota_tag }} | sed s/'refs\/heads\/'// | sed s/'sc-platform\/'//)
tar -cvzf ./tmp/iota-${modified_tag}-${{ env.os_type }}.tgz -C ${{ env.TMP_BUILD_DIR }} .
# mv ./target/debug/iota${{ env.extention }} ${{ env.TMP_BUILD_DIR }}/iota-debug${{ env.extention }}
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
# # https://github.com/settings/tokens/new?scopes=public_repo,workflow
# COMMITTER_TOKEN: ${{ secrets.HOMEBREW_GH_FORMULA_BUMP }}
#
# # Tag all sui images with release tag, so that they can be easily found
# # Tag all iota images with release tag, so that they can be easily found
# tag-docker-hub-images:
# runs-on: ubuntu-latest
# steps:
Expand Down

0 comments on commit 14f3134

Please sign in to comment.