Skip to content

Commit

Permalink
fix typo that make upload to GitHub release skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
Kresna Satya committed Mar 5, 2024
1 parent bff9a35 commit dafc683
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
path: released
- name: Upload to GitHub Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'ref/tags/')
if: startsWith(github.ref, 'refs/tags/')
with:
files: released/*.jar
tag_name: ${{ github.ref }}
files: released/*.jar

0 comments on commit dafc683

Please sign in to comment.