File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ builds:
29
29
post :
30
30
- cmd : ' codesign -s "Developer ID Application: Brandon Liu (WNSC27EEHU)" -v {{ .Path }} --options=runtime'
31
31
output : true
32
- - cmd : zip "{{ .Path }}_signed.zip" {{ .Path }}
32
+ - cmd : zip -j "{{ .Path }}_signed.zip" {{ .Path }}
33
33
- cmd : xcrun notarytool submit "{{ .Path }}_signed.zip" --apple-id {{ .Env.AC_USERNAME }} --password {{ .Env.AC_PASSWORD }} --team-id WNSC27EEHU --wait
34
34
- mv {{ .Path }}_signed.zip dist/go-pmtiles-{{ .Version }}_Darwin_x86_64.zip
35
35
- binary : pmtiles
@@ -46,7 +46,7 @@ builds:
46
46
post :
47
47
- cmd : ' codesign -s "Developer ID Application: Brandon Liu (WNSC27EEHU)" -v {{ .Path }} --options=runtime'
48
48
output : true
49
- - cmd : zip "{{ .Path }}_signed.zip" {{ .Path }}
49
+ - cmd : zip -j "{{ .Path }}_signed.zip" {{ .Path }}
50
50
- cmd : xcrun notarytool submit "{{ .Path }}_signed.zip" --apple-id {{ .Env.AC_USERNAME }} --password {{ .Env.AC_PASSWORD }} --team-id WNSC27EEHU --wait
51
51
- mv {{ .Path }}_signed.zip dist/go-pmtiles-{{ .Version }}_Darwin_arm64.zip
52
52
archives :
You can’t perform that action at this time.
0 commit comments