From e8f6b1fa060ace0daf5b278fd815252dab0f1449 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Thu, 7 Nov 2024 19:35:46 +0100 Subject: [PATCH] test macos build --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c527792..8c5442f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -58,10 +58,10 @@ jobs: ls -lh GOOS=darwin GOARCH=arm64 go build ls -lh - fyne package -os darwin -name soundscape-sync -icon Icon.png - ls -lh - zip archive.zip SoundscapeSync.app + fyne package -os darwin -name SoundscapeSync -icon Icon.png ls -lh + # zip archive.zip SoundscapeSync.app + # ls -lh # - name: Upload macOS artifact # uses: actions/upload-artifact@v4 # with: