Skip to content

Commit

Permalink
Merge pull request #32 from 0xPolygonHermez/edu/add_new_binaries
Browse files Browse the repository at this point in the history
fix release gha
  • Loading branch information
eduadiez authored Jul 26, 2024
2 parents 0a0da1d + 718211a commit a334513
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,14 +195,17 @@ jobs:
ldd "$bin" || true
$bin --version || true
done
- name: Set VERSION_NAME
run: echo "VERSION_NAME=$([ \"$IS_NIGHTLY\" == 'true' ] && echo 'nightly' || echo '${{ needs.prepare.outputs.tag_name }}')" >> $GITHUB_ENV

- name: Archive binaries
id: artifacts
env:
PLATFORM_NAME: ${{ matrix.platform }}
TARGET: ${{ matrix.target }}
ARCH: ${{ matrix.arch }}
VERSION_NAME: ${{ env.IS_NIGHTLY == 'true' ? 'nightly' : needs.prepare.outputs.tag_name }}
VERSION_NAME: ${{ env.VERSION_NAME }}
shell: bash
run: |
if [ "$PLATFORM_NAME" == "linux" ]; then
Expand Down

0 comments on commit a334513

Please sign in to comment.