Run `gon` right after building (#533)

To sing and stuff
This commit is contained in:
Fedor Korotkov 2023-06-29 23:01:08 +04:00 committed by GitHub
parent 415ed3388d
commit 285bf9b6c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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/
@ -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 }}"