Skip to content

Commit

Permalink
[MWP-387] patch: update gh cli command
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeredian committed Nov 28, 2023
1 parent 529ccfc commit f0f8886
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/create_release_with_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ jobs:
package_info_path: "build/.github/workflows/package.json"

- name: "Upload release binary"
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
prerelease: false
files: |
*.curapackage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_VERSION: ${{ steps.vars.outputs.tag }}
run: |
cd build
for f in $(find ../ -type f -name "*.curapackage"); do
gh release upload $RELEASE_VERSION $f --clobber
done

0 comments on commit f0f8886

Please sign in to comment.