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 b8e4bb9 commit 7d0d8a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
path: bbx-${{ matrix.arch }}

- name: Run
id: Run
run: |
current_tag=`basename ${{ github.ref }}`
echo $current_tag
Expand All @@ -55,7 +56,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: ${{ github.ref }}
tag_name: ${{ steps.Run.outputs.current_tag }}
files: |
./bbx-${{ matrix.arch }}
Expand Down

0 comments on commit 7d0d8a5

Please sign in to comment.