Skip to content

Commit

Permalink
Revert "support pkg file"
Browse files Browse the repository at this point in the history
This reverts commit b9aeb16.
  • Loading branch information
gorouflex committed Feb 14, 2024
1 parent 324ae09 commit 32055c2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ 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
Expand All @@ -46,8 +42,6 @@ jobs:
name: v${{ env.TAG }}
tag_name: ${{ env.TAG }}
body_path: ${{ github.workspace }}-RELEASE_NOTES.txt
files: |
UXTU4Mac.zip
UXTU4Mac.pkg
files: UXTU4Mac.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 32055c2

Please sign in to comment.