Skip to content

Commit

Permalink
Disable building pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov committed Mar 7, 2023
1 parent 0ab0fe2 commit 94e9425
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ task:
always:
dist_artifacts:
path: "dist/*"
pkg_artifacts:
path: ".ci/*.pkg"

task:
name: Release
Expand Down
5 changes: 0 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94e9425

Please sign in to comment.