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 fc6f513 commit 4d5b055Copy full SHA for 4d5b055
1 file changed
.github/workflows/release-desktop.yml
@@ -2,7 +2,7 @@
2
#
3
# Builds and releases the SCP2P desktop app (Tauri 2) for all platforms.
4
5
-# Trigger: push a tag matching app-v<semver> (e.g. app-v0.1.0)
+# Trigger: push a tag matching desktop-v<semver> (e.g. desktop-v0.1.0)
6
7
# Artifacts produced per OS:
8
# Windows — NSIS installer (.exe) + MSI (.msi)
@@ -19,7 +19,7 @@ name: Release Desktop
19
on:
20
push:
21
tags:
22
- - "app-v[0-9]+.[0-9]+.[0-9]+"
+ - "desktop-v[0-9]+.[0-9]+.[0-9]+"
23
24
permissions:
25
contents: write
0 commit comments