Skip to content

Commit

Permalink
新增 使用case语句调整脚本逻辑顺序
Browse files Browse the repository at this point in the history
  • Loading branch information
zjw2017 committed Feb 22, 2022
1 parent 6b3a73c commit 446220a
Show file tree
Hide file tree
Showing 7 changed files with 203 additions and 203 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pack.yml → .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PackZip
name: release
on:
push:
paths:
Expand Down Expand Up @@ -54,11 +54,10 @@ jobs:
env:
browser_download_url: ${{ steps.upload-release-asset.outputs.browser_download_url }}
run: |
git config --global user.email "30484319+zjw2017@users.noreply.github.com"
git config --global user.name "柚稚的孩纸"
git config --global user.email "42595464+DavidPisces@users.noreply.github.com"
git config --global user.name "泠洛 & 柚稚的孩纸"
sed -i '4d' $GITHUB_WORKSPACE/odex.json
sed -i '3a "zipUrl": "'"$browser_download_url"'",' $GITHUB_WORKSPACE/odex.json
sed -i 's/github.com/hub.fastgit.org/g' $GITHUB_WORKSPACE/odex.json
git add ./odex.json
git commit -m "$GITHUB_description" -a
- name: 7. 推送到Magisk Module仓库
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

### 贡献者

雄氏老方 DavidPisces [[Github](https://github.com/DavidPisces)] | [[酷安](http://www.coolapk.com/u/665894)]
冷洛 DavidPisces [[Github](https://github.com/DavidPisces)] | [[酷安](http://www.coolapk.com/u/665894)]

柚稚的孩纸 zjw2017 [[Github](https://github.com/zjw2017)] | [[酷安](http://www.coolapk.com/u/1548958)]

Expand Down
8 changes: 4 additions & 4 deletions odex.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": 8.1,
"versionCode": 81,
"zipUrl": "https://hub.fastgit.org/DavidPisces/MIUI-Auto-Odex/releases/download/8.1/odex_script_update_online.zip",
"changelog": "https://raw.fastgit.org/zjw2017/odex-For-MIUI-WeeklyReleases/master/odex.md"
"version": 8.5,
"versionCode": 85,
"zipUrl": "https://hub.fastgit.org/zjw2017/odex-For-MIUI-WeeklyReleases/releases/download/8.1/odex_script_update_online.zip",
"changelog": "https://github.com/DavidPisces/MIUI-Auto-Odex/blob/master/odex.md"
}
4 changes: 2 additions & 2 deletions odex.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
### 8.1
新增 自动打包后自动提交下载链接和实时刷新的代理头
### 8.5
新增 使用case语句调整脚本逻辑顺序
Loading

0 comments on commit 446220a

Please sign in to comment.