Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
socheatsok78 committed Jan 31, 2024
1 parent b26634f commit 0da2fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

# if a release is being created, upload the package to the release
- name: Upload releases
if: startsWith(github.event.ref, 'refs/tags/v')
if: startsWith(github.event.ref, 'refs/tags/')
uses: softprops/action-gh-release@v1
with:
files: release/*

0 comments on commit 0da2fff

Please sign in to comment.