Skip to content

Commit

Permalink
Fix macOS artifacts (#420)
Browse files Browse the repository at this point in the history
* Use latest version with deployment target

* Use tar for artifact
  • Loading branch information
SteveCookTU authored Sep 1, 2024
1 parent 82aaca0 commit da5b781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
mv build/Source/PokeFinder.app .
macdeployqt PokeFinder.app -verbose=3
tar czf PokeFinder-macOS.tar.gz PokeFinder.app
mv PokeFinder.app upload
mv PokeFinder-macOS.tar.gz upload
- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand All @@ -53,4 +53,4 @@ jobs:
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: PokeFinder-macOS.tar.gz
files: PokeFinder-macOS.tar.gz

0 comments on commit da5b781

Please sign in to comment.