Commit 31b0a9d
authored
The CI is now able to produce valid macOS Ventura bundles (#740)
* rename release workflow
* bump macos runner to macos-12
* bump ubuntu runner to ubuntu 20.04
* add project name env var, even in the `bundle_id`
* rework a bit notarization step
* move the bundle generation to a dedicated step:
This way we can notarize all the bundle and not only the binary.
* use the zip notarized file coming from gon, this requires changes in the installer config
* use this fork (https://github.com/darkvertex/gon/tree/deep_sign_support) to use deep notarization, since this is not yet merged mitchellh/gon#42
* test (move the config.ini) to see if notarization works
* fix zip archive being included in the installer
* github is deprecating `set-output commands`
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
* forgot "$", special encoding is not needed anymore after 62f7d9d
https://github.com/orgs/community/discussions/35994#discussioncomment-3971397
* fix `unable-to-process-file-command-output-successfully`
https://stackoverflow.com/questions/74137120/how-to-fix-or-avoid-error-unable-to-process-file-command-output-successfully1 parent cf85699 commit 31b0a9d
File tree
8 files changed
+201
-118
lines changed- .github/workflows
8 files changed
+201
-118
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments