mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
# CHANGES
- Added latest.yml files to release artifacts for auto-updater 🚀 - Enhanced pre-download update check for better reliability ✨ - Improved error handling with detailed logging messages 🛡️ - Fixed update flow by checking versions before downloading 🔧 - Added development mode stub handlers for testing 🧪 - Prevented confusing errors in development environment 💡 - Included platform-specific update manifest files 📦 - Strengthened auto-updater with validation checks ✅ - Better error messages for failed update attempts 📝 - Smoother update experience with proper state management 🎯
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -170,6 +170,7 @@ jobs:
|
||||
release/*.zip
|
||||
release/*-mac.zip
|
||||
release/*-mac-*.zip
|
||||
release/latest-mac.yml
|
||||
if-no-files-found: error
|
||||
retention-days: 5
|
||||
|
||||
@@ -180,6 +181,7 @@ jobs:
|
||||
name: maestro-windows
|
||||
path: |
|
||||
release/*.exe
|
||||
release/latest.yml
|
||||
if-no-files-found: error
|
||||
retention-days: 5
|
||||
|
||||
@@ -193,6 +195,7 @@ jobs:
|
||||
release/*.deb
|
||||
release/*.rpm
|
||||
release/*.snap
|
||||
release/latest-linux.yml
|
||||
if-no-files-found: warn
|
||||
retention-days: 5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user