Skip to content

Commit

Permalink
Fix flag CI
Browse files Browse the repository at this point in the history
  • Loading branch information
metaspartan committed Jun 24, 2024
1 parent 9174102 commit 954fdac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ 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
shell: bash
env:
Expand Down

0 comments on commit 954fdac

Please sign in to comment.