Skip to content

Commit

Permalink
Fixed accessible paths
Browse files Browse the repository at this point in the history
  • Loading branch information
raphtlw committed Feb 10, 2022
1 parent 0fb7218 commit 7ca10b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
- name: (debug) show filetree
run: brew install tree && tree -a && tree -a ~/Library/Developer/Xcode/DerivedData
- name: Compress app bundle
run: zip -r -y ${{ github.workspace }}/M1necraft.app.zip ~/Library/Developer/Xcode/DerivedData/M1necraft-*/Build/Products/Release/M1necraft.app
run: |
mv ~/Library/Developer/Xcode/DerivedData/M1necraft-*/Build/Products/Release/M1necraft.app .
zip -r -y M1necraft.app.zip M1necraft.app
- name: Upload build artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 7ca10b7

Please sign in to comment.