mirror of https://github.com/cirruslabs/tart.git
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.
This commit is contained in:
parent
97c63bcc5b
commit
5b8d1d1168
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue