Skip to content

Commit

Permalink
Don't execute. Echo the name instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
icyflame committed Jul 12, 2024
1 parent 8a88142 commit 2a18a82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
{
echo 'OUTPUT_FILES<<EOF'
./$(basename ${{ matrix.path-to-build }})-${{ matrix.os-flavor }}-${{ matrix.architecture }}
./$(basename ${{ matrix.path-to-build }})-${{ matrix.os-flavor }}-${{ matrix.architecture }}.checksum
echo $(basename ${{ matrix.path-to-build }})-${{ matrix.os-flavor }}-${{ matrix.architecture }}
echo $(basename ${{ matrix.path-to-build }})-${{ matrix.os-flavor }}-${{ matrix.architecture }}.checksum
echo EOF
} >> "$GITHUB_OUTPUT"
- name: Upload binaries if a tag was pushed
Expand Down

0 comments on commit 2a18a82

Please sign in to comment.