Skip to content

Commit

Permalink
Fix workflow fyne cross
Browse files Browse the repository at this point in the history
  • Loading branch information
metaspartan committed Apr 30, 2024
1 parent f107b3c commit 98a3c38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ jobs:
fyne-cross windows -arch=amd64 -icon icon.png
fyne-cross linux -arch=amd64 -icon icon.png
elif [ "${{ matrix.os }}" == "macos-latest" ]; then
fyne-cross darwin -arch=arm64 -icon icon.png --macosx-sdk-path /opt/MacOSX13.3.sdk -app-id com.contextlabs.ollamark
fyne-cross darwin -arch=arm64 -icon icon.png -app-id com.contextlabs.ollamark
fi
env:
FYNE_CROSS_TARGETS: windows/amd64 linux/amd64 darwin/arm64
FYNE_CROSS_DARWIN_SDK: /opt/MacOSX13.3.sdk
SDKROOT: /opt/MacOSX13.3.sdk

- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 98a3c38

Please sign in to comment.