Skip to content

Commit

Permalink
fix release err
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0yu committed Nov 23, 2023
1 parent 48dacbd commit a867ed9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
artifacts/*
tag_name: ${{ github.ref }}
${{ github.workspace }}/artifacts/*
tag_name: ${{ github.ref == 'refs/tags/' && github.ref || 'heads/' && github.ref_name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a867ed9

Please sign in to comment.