Skip to content

Commit

Permalink
Another attempt a fixing github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumechereau committed Jun 3, 2024
1 parent eec73fe commit 72d8c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
cd osx/goxel
xcodebuild build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
mkdir out
cp -rf Release/goxel.app out/
cp -rf build/Release/goxel.app out/
- name: Upload app Artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 72d8c9f

Please sign in to comment.