chore: updater json supports arch field

This commit is contained in:
GyDi
2022-04-05 23:19:54 +08:00
Unverified
parent cb9d3098de
commit ab82db9e22
3 changed files with 58 additions and 45 deletions

View File

@@ -106,7 +106,7 @@ jobs:
- name: Yarn install
run: yarn install
- name: Release update.json
run: yarn run release
- name: Release updater file
run: yarn run updater
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -26,7 +26,7 @@ jobs:
- name: Yarn install
run: yarn install
- name: Release update.json
run: yarn run release
- name: Release updater file
run: yarn run updater
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}