From 5b8d1d116892f3e71a8c4b9f21e039f32d0bf47e Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Mon, 6 Mar 2023 23:59:01 -0500 Subject: [PATCH] Switch back to .tar.gz (#440) Since trying to notarized the release archive as mentioned [here](https://github.com/cirruslabs/tart/pull/415#issuecomment-1450545065) seems breaking the validation. --- .goreleaser.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 7c9bda6..2931d5a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -20,13 +20,9 @@ builds: archives: - name_template: "{{ .ProjectName }}" - format: zip files: - src: Resources/embedded.provisionprofile strip_parent: true - hooks: - after: - - xcrun notarytool submit "dist/tart.zip" --keychain-profile "notarytool" --wait release: prerelease: auto