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 d81d475 commit 352c528
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

# - name: Set variables
# id: variables
# run: |
# tag=`basename ${{ github.ref }}`
- name: Set variables
id: variables
run: |
tag=`basename ${{ github.ref }}`
# golang_version=1.22
# cgo_enabled=0

Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
# tag_name: ${{ steps.variables.outputs.tag }}
tag_name: ${{ steps.variables.outputs.tag }}
files: |
bbx-${{ matrix.os }}-${{ matrix.arch }}
Expand Down

0 comments on commit 352c528

Please sign in to comment.