From da5b781074f3e6ebdf8d9b36b0421e16bcc973f6 Mon Sep 17 00:00:00 2001 From: Stephen Cook Date: Sun, 1 Sep 2024 09:38:39 -0400 Subject: [PATCH] Fix macOS artifacts (#420) * Use latest version with deployment target * Use tar for artifact --- .github/workflows/macos.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index fa24f728..f4913f5d 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -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 @@ -53,4 +53,4 @@ jobs: uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: - files: PokeFinder-macOS.tar.gz \ No newline at end of file + files: PokeFinder-macOS.tar.gz