Skip to content

Commit

Permalink
support pkg file
Browse files Browse the repository at this point in the history
gorouflex authored Feb 14, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent a0396a1 commit b9aeb16
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -27,6 +27,10 @@ jobs:
env:
TAG: ${{ env.TAG }}

- name: Build pkg
run: |
pkgbuild --root UXTU4Mac --install-location /Applications/UXTU4Mac UXTU4Mac.pkg
- id: generate-notes
name: Generate Release Notes
shell: bash
@@ -42,6 +46,8 @@ jobs:
name: v${{ env.TAG }}
tag_name: ${{ env.TAG }}
body_path: ${{ github.workspace }}-RELEASE_NOTES.txt
files: UXTU4Mac.zip
files: |
UXTU4Mac.zip
UXTU4Mac.pkg
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b9aeb16

Please sign in to comment.