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 0d2bdaf commit 884b0efCopy full SHA for 884b0ef
.github/workflows/macos-dmg.yml
@@ -61,7 +61,7 @@ jobs:
61
set -euxo pipefail
62
APP_NAME="SSH Studio"
63
APP_ID="io.github.BuddySirJava.SSH-Studio"
64
- VER=$(sed -n "s/.*version: '\([^']*\)'.*/\1/p" meson.build)
+ VER=$(sed -n "s/.*version: '\([^']*\)'.*/\1/p" meson.build | head -n1)
65
ARCH=$(uname -m)
66
APP_ROOT="$PWD/dist/${APP_NAME}.app/Contents"
67
mkdir -p "$APP_ROOT/MacOS" "$APP_ROOT/Resources/python"
@@ -141,7 +141,7 @@ jobs:
141
- name: Create DMG
142
run: |
143
144
145
146
mkdir -p dmgroot
147
cp -R "dist/SSH Studio.app" dmgroot/
0 commit comments