You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
58
-
releaseName: "App v__VERSION__"
59
-
releaseBody: "See the assets to download this version and install."
60
-
releaseDraft: true
79
+
files: |
80
+
desktop/target/release/bundle/**/*.dmg
81
+
desktop/target/release/bundle/**/*.exe
82
+
desktop/target/release/bundle/**/*.AppImage
83
+
desktop/target/release/bundle/**/*.deb
84
+
desktop/target/release/bundle/**/*.msi
85
+
latest.json
86
+
tag_name: ${{ github.ref_name }}
87
+
name: "Terraphim Desktop ${{ github.ref_name }}"
88
+
body: |
89
+
## Terraphim Desktop ${{ github.ref_name }}
90
+
91
+
### Auto-Update Enabled
92
+
This release includes automatic update functionality. The desktop application will check for updates automatically and prompt users when new versions are available.
93
+
94
+
### Downloads
95
+
- **macOS**: Download the `.dmg` file
96
+
- **Windows**: Download the `.exe` or `.msi` file
97
+
- **Linux**: Download the `.AppImage` or `.deb` file
98
+
99
+
### Changelog
100
+
See the commit history for detailed changes in this release.
0 commit comments