mirror of https://github.com/cirruslabs/tart.git
Don't create pkg
This commit is contained in:
parent
479f4b8de0
commit
d32a1b42e2
|
|
@ -84,7 +84,6 @@ task:
|
|||
- .ci/set-version.sh
|
||||
- swift build -c debug --product tart
|
||||
- gon gon.hcl
|
||||
- .ci/create-pkg.sh
|
||||
- cp .build/arm64-apple-macosx/debug/tart .build/arm64-apple-macosx/debug/Tart
|
||||
release_script: goreleaser
|
||||
upload_sentry_debug_files_script:
|
||||
|
|
|
|||
|
|
@ -21,8 +21,6 @@ archives:
|
|||
|
||||
release:
|
||||
prerelease: auto
|
||||
extra_files:
|
||||
- glob: ./.ci/Tart-{{ .Tag }}.pkg
|
||||
|
||||
brews:
|
||||
- name: tart
|
||||
|
|
|
|||
Loading…
Reference in New Issue