mirror of https://github.com/cirruslabs/tart.git
Disable building pkg
This commit is contained in:
parent
0ab0fe23c5
commit
94e9425db7
|
|
@ -80,8 +80,6 @@ task:
|
|||
always:
|
||||
dist_artifacts:
|
||||
path: "dist/*"
|
||||
pkg_artifacts:
|
||||
path: ".ci/*.pkg"
|
||||
|
||||
task:
|
||||
name: Release
|
||||
|
|
|
|||
|
|
@ -26,14 +26,9 @@ archives:
|
|||
- src: ".build/arm64-apple-macosx/debug/tart"
|
||||
dst: tart.app/Contents/MacOS
|
||||
strip_parent: true
|
||||
hooks:
|
||||
after:
|
||||
- ./.ci/create-pkg.sh
|
||||
|
||||
release:
|
||||
prerelease: auto
|
||||
extra_files:
|
||||
- glob: ./.ci/Tart-{{ .Tag }}.pkg
|
||||
|
||||
brews:
|
||||
- name: tart
|
||||
|
|
|
|||
Loading…
Reference in New Issue