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 dc6c69d commit 838ce96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
run: |
echo "tag=`basename ${{ github.ref }}`" >> ${GITHUB_OUTPUT}
if [ ${{ matrix.os }} = "windows" ]; then
exe=bbx-${GOOS}-${GOARCH}.exe
exe=bbx-${{ matrix.os }}-${{ matrix.arch }}.exe
else
exe=bbx-${GOOS}-${GOARCH}
exe=bbx-${{ matrix.os }}-${{ matrix.arch }}
fi
echo "exe=${exe}" >> ${GITHUB_OUTPUT}
echo ${{ steps.set_output.outputs.tag }}
Expand Down

0 comments on commit 838ce96

Please sign in to comment.