Skip to content

Commit

Permalink
Merge pull request #834 from qw-ctf/ci-double-zip-all-the-way
Browse files Browse the repository at this point in the history
CI: Double-zip macOS app to keep executable bit.
  • Loading branch information
tcsabina committed Oct 3, 2023
2 parents ad6f19d + 3ce6aea commit 6417871
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: macos-arm64
path: artifact
path: ezQuake.zip

macos-intel-build:
if: github.repository == 'QW-Group/ezquake-source'
Expand All @@ -91,7 +91,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: macos-intel
path: artifact
path: ezQuake.zip

linux-build:
if: github.repository == 'QW-Group/ezquake-source'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/scripts/homebrew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ function create_bundle() {
echo "Bundled content types:"
find ezQuake.app/Contents -type f -exec file {} \;

mkdir artifact
mv ezQuake.app artifact/
zip -9 ezQuake.zip ezQuake.app
}

function build_intel() {
Expand Down

0 comments on commit 6417871

Please sign in to comment.