Skip to content

Commit

Permalink
fix: use local tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lzpap committed Oct 16, 2024
1 parent 14f3134 commit 70da629
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ jobs:
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 }} .
echo "local_tag=${modified_tag}" >> $GITHUB_ENV
# mv ./target/debug/iota${{ env.extention }} ${{ env.TMP_BUILD_DIR }}/iota-debug${{ env.extention }}
# [[ ${{ env.iota_tag }} == *"testnet"* ]] && aws s3 cp ./tmp/iota-${{ env.iota_tag }}-${{ env.os_type }}.tgz s3://iota-releases/releases/iota-${{ env.iota_tag }}-${{ env.os_type }}.tgz || true
Expand Down Expand Up @@ -218,14 +219,14 @@ jobs:
name: iota-binaries-${{ matrix.os }}
if-no-files-found: error
path: |
./tmp/iota-${{ env.iota_tag }}-${{ env.os_type }}.tgz
./tmp/iota-${{ env.loca_tag }}-${{ env.os_type }}.tgz
- name: Attach artifacts to ${{ env.iota_tag }} release in GH
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # pin@v1
with:
tag_name: ${{ env.iota_tag }}
files: |
./tmp/iota-${{ env.iota_tag }}-${{ env.os_type }}.tgz
./tmp/iota-${{ env.local_tag }}-${{ env.os_type }}.tgz
# update-homebrew-formula:
# name: Run brew bump-formula-pr for iota on testnet releases
Expand Down
1 change: 0 additions & 1 deletion binary-build-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
],
"internal_binaries": [
"stress",
"iota-proxy",
"iota-metric-checker",
"iota-analytics-indexer",
"iota-security-watchdog",
Expand Down

0 comments on commit 70da629

Please sign in to comment.