Skip to content

Commit

Permalink
Attempt to fix goxel.app github artifact
Browse files Browse the repository at this point in the history
Github upload remove the top directory it seems.  Here I try to put
goxel.app into an other directory in order to make it work.
  • Loading branch information
guillaumechereau committed Jun 3, 2024
1 parent 651f3cb commit eec73fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,14 @@ jobs:
run: |
cd osx/goxel
xcodebuild build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
mkdir out
cp -rf Release/goxel.app out/
- name: Upload app Artifacts
uses: actions/upload-artifact@v4
with:
name: goxel-mac.app
path: ./osx/goxel/build/Release/goxel.app
path: ./osx/goxel/out
if-no-files-found: error

Success: # Not Neccessary
Expand Down

0 comments on commit eec73fe

Please sign in to comment.