Skip to content

Commit

Permalink
[MWP-387] patch: update gh cli command (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeredian authored Nov 28, 2023
1 parent 939f736 commit 8f29532
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/create_release_with_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
RELEASE_VERSION: ${{ steps.vars.outputs.tag }}
run: |
cd build
files="$(find ../ -type f -name "*.curapackage" -printf "-a %p ")"
gh release edit $files -m "" "$RELEASE_VERSION"
for f in $(find ../ -type f -name "*.curapackage"); do
gh release upload $RELEASE_VERSION $f --clobber
done

0 comments on commit 8f29532

Please sign in to comment.