Skip to content

Commit

Permalink
test macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolakovics committed Nov 7, 2024
1 parent dae953f commit e8f6b1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e8f6b1f

Please sign in to comment.