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 0e8e4ad commit 26f64bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ jobs:
- name: Install fyne
run: go install fyne.io/fyne/v2/cmd/fyne@latest
- name: Build Fyne application for macOS
run: fyne package -os darwin -icon Icon.png
run: |
GOOS=darwin GOARCH=amd64 go build
fyne package -os darwin -icon Icon.png
- name: Upload macOS artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 26f64bb

Please sign in to comment.