diff --git a/.cirrus.yml b/.cirrus.yml index 128d94d..a29c20a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -80,8 +80,6 @@ task: always: dist_artifacts: path: "dist/*" - pkg_artifacts: - path: ".ci/*.pkg" task: name: Release diff --git a/.goreleaser.yml b/.goreleaser.yml index 38607cb..459cc58 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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