Skip to content

Commit

Permalink
Update create-macos-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
asivery authored Aug 21, 2024
1 parent 687a0b3 commit 665f146
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/create-macos-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_NAME: ${{ github.event.inputs.release_name }}
- run: zip release.zip build/*.dmg

- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: release.zip
path: release.zip

0 comments on commit 665f146

Please sign in to comment.