Skip to content

Commit

Permalink
Update default.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakuin123 authored Nov 13, 2023
1 parent 3d7272f commit fa7af16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
# 使用GitHub CLI下载模块最新Release版本
- name: Download Modules 下载模块
run: |
gh release download -O QAuxiliary.apk --repo cinit/QAuxiliary --pattern '*arm64.apk'
gh release download -O QAuxiliary.apk --repo cinit/QAuxiliary --pattern '*arm64.apk'
gh release download -O XAutoDaily.apk --repo LuckyPray/XAutoDaily --pattern '*.apk'
gh release download -O TSBattery.apk --repo fankes/TSBattery --pattern '*.apk'
gh release download -O QQCleaner.apk --repo KitsunePie/QQCleaner --pattern 'app-release.apk'
gh release download -O QQCleaner.apk --repo KitsunePie/QQCleaner --pattern '*.apk'
# 开始修补应用
- name: Patch QQ 8.9.58 修补QQ 8.9.58
Expand Down

0 comments on commit fa7af16

Please sign in to comment.