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 eadb99a commit c9b7e0b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,11 @@ jobs:
run: |
GOOS=darwin GOARCH=arm64 go build
fyne package -os darwin -icon Icon.png
ls -lh
zip archive.zip SoundscapeSync.app
- name: Upload macOS artifact
uses: actions/upload-artifact@v4
with:
name: macos-build
path: archive.zip
ls -lh
# - name: Upload macOS artifact
# uses: actions/upload-artifact@v4
# with:
# name: macos-build
# path: archive.zip

0 comments on commit c9b7e0b

Please sign in to comment.