Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
groovy-sky committed Jan 18, 2024
1 parent 7679b60 commit c000e4e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,4 @@ jobs:
run: |
release=${{ env.PKG_NAME }}.zip
tag="${{ env.PKG_VER }}"
gh release upload -R -t "${tag}" -n "${tag}" "${release}"
gh release create -R -t "${tag}" -n "${tag}" "${tag}"
gh release upload "${tag}" "${release}"

0 comments on commit c000e4e

Please sign in to comment.