-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit 7d225e4
Improve readability of macOS repackaging commands
Some complex and lengthy commands are used to repackage the macOS build of the Go application after notarization. Adding
some escaped line breaks and indenting the line continuations to indicate the command structure makes it easier to read
and understand.
This was already done for the other complex commands of the workflows, but was neglected for the repackaging step.1 parent 80ee25d commit 7d225e4
File tree
2 files changed
+14
-6
lines changed- .github/workflows
2 files changed
+14
-6
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
106 | - | ||
107 | - | ||
106 | + | ||
107 | + | ||
108 | 108 |
| |
109 | - | ||
109 | + | ||
110 | + | ||
111 | + | ||
112 | + | ||
113 | + | ||
110 | 114 |
| |
111 | 115 |
| |
112 | 116 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
108 | 108 |
| |
109 | 109 |
| |
110 | 110 |
| |
111 | - | ||
112 | - | ||
111 | + | ||
112 | + | ||
113 | 113 |
| |
114 | - | ||
114 | + | ||
115 | + | ||
116 | + | ||
117 | + | ||
118 | + | ||
115 | 119 |
| |
116 | 120 |
| |
117 | 121 |
| |
|
0 commit comments