Skip to content

Commit

Permalink
remove spec directory
Browse files Browse the repository at this point in the history
/Applications/PathOfBuilding.app: bundle format unrecognized, invalid, or unsuitable
In subcomponent: /Applications/PathOfBuilding.app/Contents/MacOS/spec/TestBuilds/3.13

Signed-off-by: aspel <[email protected]>
  • Loading branch information
aspel committed Jun 15, 2024
1 parent dd15f54 commit f20d953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- run: brew install make
- run: make
- name: Package tar.xz archive
run: tar -cf - PathOfBuilding.app | xz -c > PathOfBuilding.darwin.amd64.tar.xz
run: tar --exclude='PathOfBuilding.app/Contents/MacOS/spec' -cf - PathOfBuilding.app | xz -c > PathOfBuilding.darwin.amd64.tar.xz
- name: Cheking GUI
env:
IMGUR_CLIENT_ID: ${{ secrets.IMGUR_CLIENT_ID }}
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
- run: brew install make
- run: make
- name: Package tar.xz archive
run: tar -cf - PathOfBuilding.app | xz -c > PathOfBuilding.darwin.arm64.tar.xz
run: tar --exclude='PathOfBuilding.app/Contents/MacOS/spec' -cf - PathOfBuilding.app | xz -c > PathOfBuilding.darwin.arm64.tar.xz
- name: Cheking GUI
env:
IMGUR_CLIENT_ID: ${{ secrets.IMGUR_CLIENT_ID }}
Expand Down

0 comments on commit f20d953

Please sign in to comment.