Skip to content

Commit

Permalink
Run gon right after building (#533)
Browse files Browse the repository at this point in the history
To sing and stuff
  • Loading branch information
fkorotkov committed Jun 29, 2023
1 parent 415ed33 commit 285bf9b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ before:
hooks:
- .ci/set-version.sh
- swift build -c release --product tart
- gon gon.hcl
- mkdir -p tart.app/Contents/MacOS
- cp .build/arm64-apple-macosx/release/tart tart.app/Contents/MacOS/

Expand All @@ -16,9 +17,6 @@ builds:
binary: tart.app/Contents/MacOS/tart
prebuilt:
path: tart.app/Contents/MacOS/tart
hooks:
post:
- gon gon.hcl

archives:
- name_template: "{{ .ProjectName }}"
Expand Down

0 comments on commit 285bf9b

Please sign in to comment.