From 3d5eaaac78d191c2ac7e860a7eac6bfd1f32642b Mon Sep 17 00:00:00 2001 From: QwertyChouskie Date: Sun, 19 May 2024 00:50:33 -0700 Subject: [PATCH] macOS DMG: Maybe fix too many files? --- .github/workflows/pyinstaller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index 89235cc..a765456 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -19,7 +19,7 @@ jobs: uses: unofficial-rev-port/create-dmg-action-fixed-icon@v0.0.3 with: name: 'REVHubInterface_Mac_DMG' - srcdir: './dist' + srcdir: './dist/REVHubInterface.app' - name: Upload DMG uses: actions/upload-artifact@v4 with: