Skip to content

Commit

Permalink
Another attempt at fixing github mac CI
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumechereau committed Jun 3, 2024
1 parent 72d8c9f commit 3203eb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,14 @@ jobs:
run: |
cd osx/goxel
xcodebuild build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
mkdir out
cp -rf build/Release/goxel.app out/
cd build/Release
tar -cvf goxel.app.tar goxel.app
- name: Upload app Artifacts
uses: actions/upload-artifact@v4
with:
name: goxel-mac.app
path: ./osx/goxel/out
path: ./osx/goxel/build/Release/goxel.app.tar
if-no-files-found: error

Success: # Not Neccessary
Expand Down

0 comments on commit 3203eb2

Please sign in to comment.