Skip to content

Commit

Permalink
[MWP-387] patch: update gh cli comamnd
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeredian committed Nov 28, 2023
1 parent 939f736 commit 1f60e28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/create_release_with_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ jobs:
run: |
cd build
files="$(find ../ -type f -name "*.curapackage" -printf "-a %p ")"
gh release edit $files -m "" "$RELEASE_VERSION"
gh release upload $RELEASE_VERSION $files --clobber

0 comments on commit 1f60e28

Please sign in to comment.