mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-06 18:27:14 +00:00
fix(ci): drop the now-impossible .zip glob from the dev-latest upload
Removing build-windows (previous commit) means dev-artifacts/*.zip never matches anything — gh release upload treats an unmatched glob as fatal, so every dev-latest publish since has failed outright (verified: this run's publish-dev job errored "no matches found for `dev-artifacts/*.zip`" on all 5 retries). Only the *.tar.gz glob remains. Also manually deleted the stale x-ui-windows-amd64.zip asset from the current dev-latest release — it would never be refreshed again otherwise, and silently going stale forever is worse than not being there. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -266,4 +266,4 @@ jobs:
|
||||
--target "${COMMIT}" --title "Dev build ${short}" --notes "${notes}"
|
||||
fi
|
||||
|
||||
retry gh release upload dev-latest dev-artifacts/*.tar.gz dev-artifacts/*.zip --clobber
|
||||
retry gh release upload dev-latest dev-artifacts/*.tar.gz --clobber
|
||||
|
||||
Reference in New Issue
Block a user