We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e21464 commit 0d23a00Copy full SHA for 0d23a00
.github/workflows/macos-dmg.yml
@@ -121,15 +121,15 @@ jobs:
121
</app-bundle>
122
XML
123
124
- - name: Run gtk-mac-bundler
125
- run: |
126
- set -euxo pipefail
127
- gtk-mac-bundler macos/ssh-studio.bundle
128
-
129
- - name: Diagnostic: list .app contents
130
131
132
- ls -R build/ssh-studio.bundle/.SSH\ Studio.app/Contents || true
+ - name: Run gtk-mac-bundler
+ run: |
+ set -euxo pipefail
+ gtk-mac-bundler macos/ssh-studio.bundle
+
+ - name: Diagnostic: list .app contents
+ ls -R build/ssh-studio.bundle/.SSH\ Studio.app/Contents || true
133
134
- name: Create DMG
135
run: |
0 commit comments