Skip to content

Commit 2de0e96

Browse files
authored
fix: rename macOS app build (#6802)
1 parent 8984eac commit 2de0e96

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
working-directory: app
112112
env:
113113
TUIST_APP_PRIVATE_SPARKLE_KEY: ${{ secrets.TUIST_APP_PRIVATE_SPARKLE_KEY }}
114-
run: echo "$TUIST_APP_PRIVATE_SPARKLE_KEY" | .build/artifacts/sparkle/Sparkle/bin/generate_appcast --link https://github.com/tuist/tuist/releases --download-url-prefix https://github.com/tuist/tuist/releases/download/${{ steps.next-version.outputs.NEXT_VERSION }}/app.dmg -o appcast.xml build/artifacts --ed-key-file -
114+
run: echo "$TUIST_APP_PRIVATE_SPARKLE_KEY" | .build/artifacts/sparkle/Sparkle/bin/generate_appcast --link https://github.com/tuist/tuist/releases --download-url-prefix https://github.com/tuist/tuist/releases/download/${{ steps.next-version.outputs.NEXT_VERSION }}/Tuist.dmg -o appcast.xml build/artifacts --ed-key-file -
115115
- name: Commit changes
116116
id: auto-commit-action
117117
uses: stefanzweifel/git-auto-commit-action@v5
@@ -130,6 +130,6 @@ jobs:
130130
body: ${{ steps.release-notes.outputs.RELEASE_NOTES }}
131131
target_commitish: ${{ steps.auto-commit-action.outputs.commit_hash }}
132132
files: |
133-
app/build/artifacts/app.dmg
133+
app/build/artifacts/Tuist.dmg
134134
app/build/artifacts/SHASUMS256.txt
135135
app/build/artifacts/SHASUMS512.txt

.mise/tasks/bundle/app

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ codesign --force --timestamp --options runtime --sign "Developer ID Application:
5959
print_status "Submitting the Tuist App for notarization..."
6060
mkdir -p $BUILD_ARTIFACTS_DIRECTORY
6161

62-
BUILD_DMG_PATH=$BUILD_ARTIFACTS_DIRECTORY/app.dmg
62+
BUILD_DMG_PATH=$BUILD_ARTIFACTS_DIRECTORY/Tuist.dmg
6363
create-dmg --background $MISE_PROJECT_ROOT/assets/dmg-background.png --hide-extension "Tuist.app" --icon "Tuist.app" 139 161 --icon-size 95 --window-size 605 363 --app-drop-link 467 161 --volname "Tuist App" "$BUILD_DMG_PATH" "$BUILD_DIRECTORY_BINARY"
6464
codesign --force --timestamp --options runtime --sign "Developer ID Application: Tuist GmbH (U6LC622NKF)" --identifier "io.tuist.app.tuist-app-dmg" "$BUILD_DMG_PATH"
6565

app/appcast.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<sparkle:version>0.1.1</sparkle:version>
1010
<sparkle:shortVersionString>0.1.1</sparkle:shortVersionString>
1111
<sparkle:minimumSystemVersion>14.0.0</sparkle:minimumSystemVersion>
12-
<enclosure url="https://github.com/tuist/tuist/releases/download/app@0.1.1/app.dmg" length="18611983" type="application/octet-stream" sparkle:edSignature="M61HZ/Y6N1eTfHkcmcD+J5NgLZ+pQZgJ4XHDc4ASyw9gt/p/SQKIXfWZola/L4xPFrwG16lZ5i9zprU369W8DA=="/>
12+
<enclosure url="https://github.com/tuist/tuist/releases/download/app@0.1.1/Tuist.dmg" length="18611983" type="application/octet-stream" sparkle:edSignature="M61HZ/Y6N1eTfHkcmcD+J5NgLZ+pQZgJ4XHDc4ASyw9gt/p/SQKIXfWZola/L4xPFrwG16lZ5i9zprU369W8DA=="/>
1313
</item>
1414
<item>
1515
<title>0.1.0</title>
@@ -18,7 +18,7 @@
1818
<sparkle:version>0.1.0</sparkle:version>
1919
<sparkle:shortVersionString>0.1.0</sparkle:shortVersionString>
2020
<sparkle:minimumSystemVersion>14.0.0</sparkle:minimumSystemVersion>
21-
<enclosure url="https://github.com/tuist/tuist/releases/download/app@0.1.0/app.dmg" length="19931739" type="application/octet-stream" sparkle:edSignature="t5Hv9oeN884WuBA9dkTi3xakkajOKhDSePBF+8uoWmtrzZTmJ88N9KZGfBe9LkiLW0YanOgiv6w2IVOu+BX9CQ=="/>
21+
<enclosure url="https://github.com/tuist/tuist/releases/download/app@0.1.0/Tuist.dmg" length="19931739" type="application/octet-stream" sparkle:edSignature="t5Hv9oeN884WuBA9dkTi3xakkajOKhDSePBF+8uoWmtrzZTmJ88N9KZGfBe9LkiLW0YanOgiv6w2IVOu+BX9CQ=="/>
2222
</item>
2323
</channel>
2424
</rss>

0 commit comments

Comments
 (0)