mirror of
https://github.com/itsRevela/Revelations-Launcher.git
synced 2026-06-12 13:11:56 +00:00
fix: remove NSIS exe from release, mark as latest instead of prerelease
This commit is contained in:
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
@@ -106,7 +106,6 @@ jobs:
|
||||
cp src-tauri/target/release/bundle/appimage/*.AppImage staging/ 2>/dev/null || true
|
||||
cp src-tauri/target/release/bundle/rpm/*.rpm staging/ 2>/dev/null || true
|
||||
cp src-tauri/target/release/bundle/msi/*.msi staging/ 2>/dev/null || true
|
||||
cp src-tauri/target/release/bundle/nsis/*.exe staging/ 2>/dev/null || true
|
||||
cp src-tauri/target/release/bundle/dmg/*.dmg staging/ 2>/dev/null || true
|
||||
ls -la staging/
|
||||
|
||||
@@ -185,7 +184,6 @@ jobs:
|
||||
- **M-series Mac**: \`aarch64.dmg\`
|
||||
|
||||
### Windows
|
||||
- **Setup Installer**: \`.exe\`
|
||||
- **MSI Installer**: \`.msi\`
|
||||
|
||||
---
|
||||
@@ -198,7 +196,7 @@ jobs:
|
||||
## macOS Installation
|
||||
Download the DMG, open it, and drag the app to Applications.
|
||||
If you see \"app damaged\" error: \`xattr -cr \"/Applications/Revelations Launcher.app\"\`" \
|
||||
--prerelease
|
||||
--latest
|
||||
|
||||
cleanup:
|
||||
needs: release
|
||||
|
||||
Reference in New Issue
Block a user