Skip to content

Commit de0d75b

Browse files
author
linyuan.yang
committed
release-app
1 parent e8a147f commit de0d75b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release-app.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ jobs:
118118
--notes "Auto-maintained by CI. Hosts updater JSON for app and helper." \
119119
--latest=false
120120
gh release upload updater latest-app.json -R "$REPO" --clobber
121+
gh release delete-asset "$TAG" latest.json -R "$REPO" --yes || true
121122
122123
release-android:
123124
runs-on: ubuntu-latest

.github/workflows/release-helper.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,4 @@ jobs:
118118
--notes "Auto-maintained by CI. Hosts updater JSON for app and helper." \
119119
--latest=false
120120
gh release upload updater latest-helper.json -R "$REPO" --clobber
121+
gh release delete-asset "$TAG" latest.json -R "$REPO" --yes || true

0 commit comments

Comments
 (0)