1 parent e8a147f commit de0d75bCopy full SHA for de0d75b
2 files changed
.github/workflows/release-app.yml
@@ -118,6 +118,7 @@ jobs:
118
--notes "Auto-maintained by CI. Hosts updater JSON for app and helper." \
119
--latest=false
120
gh release upload updater latest-app.json -R "$REPO" --clobber
121
+ gh release delete-asset "$TAG" latest.json -R "$REPO" --yes || true
122
123
release-android:
124
runs-on: ubuntu-latest
.github/workflows/release-helper.yml
@@ -118,3 +118,4 @@ jobs:
gh release upload updater latest-helper.json -R "$REPO" --clobber
0 commit comments