Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
metaspartan committed Apr 19, 2024
1 parent 8ac285c commit ffce54a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
fyne-cross windows -arch=amd64 -icon icon.png
fyne-cross linux -arch=amd64 -icon icon.png
fyne-cross darwin -arch=arm64 -icon icon.png
fyne-cross darwin -arch=arm64 -icon icon.png --macosx-sdk-path /opt/MacOSX11.1.sdk -app-id com.contextlabs.ollamark
env:
FYNE_CROSS_TARGETS: windows/amd64 linux/amd64 darwin/arm64
FYNE_CROSS_DARWIN_SDK: /opt/MacOSX11.1.sdk
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/fyne-cross

/dist
ollamark
ollamark.exe
ollamark.app
Expand Down
4 changes: 0 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,10 @@ builds:
- amd64
- arm64
binary: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
hooks:
post: mv '{{ .Path }}' '{{ .Path }}{{ if eq .Os "windows" }}.exe{{ end }}'

# Disable archives
archives:
- format: binary

# If you want to add checksums and signatures
checksum:
name_template: 'checksums.txt'
signs:
Expand Down

0 comments on commit ffce54a

Please sign in to comment.