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 7dc2c66 commit 564b481
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,12 @@ jobs:
- name: Set output
id: set_output
run: |
echo "tag=`basename ${{ github.ref }}`" >> $GITHUB_OUTPUT
if [ ${{ matrix.os }} = "windows" ]; then
echo "exe=bbx-${{ matrix.os }}-${{ matrix.arch }}.exe" >> $GITHUB_OUTPUT
else
echo "exe=bbx-${{ matrix.os }}-${{ matrix.arch }}" >> $GITHUB_OUTPUT
fi
echo ${{ steps.set_output.outputs.tag }}
- name: show
run: |
echo ${{ steps.set_output.outputs.tag }}
- name: Set up Go
uses: actions/setup-go@v2
with:
Expand Down Expand Up @@ -68,6 +60,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Set output
id: set_output
run: |
echo "tag=`basename ${{ github.ref }}`" >> $GITHUB_OUTPUT
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit 564b481

Please sign in to comment.