Skip to content

Commit

Permalink
update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
snail committed Oct 24, 2024
1 parent 838ce96 commit fc25388
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
- name: Set output
id: set_output
run: |
echo "tag=`basename ${{ github.ref }}`" >> ${GITHUB_OUTPUT}
echo "tag=`basename ${{ github.ref }}`" >> $GITHUB_OUTPUT
if [ ${{ matrix.os }} = "windows" ]; then
exe=bbx-${{ matrix.os }}-${{ matrix.arch }}.exe
echo "exe=bbx-${{ matrix.os }}-${{ matrix.arch }}.exe" >> $GITHUB_OUTPUT
else
exe=bbx-${{ matrix.os }}-${{ matrix.arch }}
echo "exe=bbx-${{ matrix.os }}-${{ matrix.arch }}" >> $GITHUB_OUTPUT
fi
echo "exe=${exe}" >> ${GITHUB_OUTPUT}
echo ${{ steps.set_output.outputs.tag }}
- name: Set up Go
Expand Down

0 comments on commit fc25388

Please sign in to comment.