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