Skip to content

Commit 46f9630

Browse files
authored
ci: 更新 PluginIndexGenerator 到 1.0.2.0
1 parent 9f83d9e commit 46f9630

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gen-index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Install Index Generator
2323
run: |
24-
Invoke-WebRequest -Uri https://github.com/ClassIsland/ClassIsland.PluginIndexGenerator/releases/download/1.0.1.2/ClassIsland.PluginIndexGenerator.zip -OutFile ClassIsland.PluginIndexGenerator.zip
24+
Invoke-WebRequest -Uri https://github.com/ClassIsland/ClassIsland.PluginIndexGenerator/releases/download/1.0.2.0/ClassIsland.PluginIndexGenerator.zip -OutFile ClassIsland.PluginIndexGenerator.zip
2525
Expand-Archive -Path ClassIsland.PluginIndexGenerator.zip -DestinationPath .
2626
2727
- name: Generate Plugin Index
@@ -49,4 +49,4 @@ jobs:
4949
env:
5050
ALIST_KEY: ${{ secrets.ALIST_KEY }}
5151
ALIST_HOST: ${{ secrets.ALIST_HOST }}
52-
run: pwsh -ep bypass ./tools/upload.ps1
52+
run: pwsh -ep bypass ./tools/upload.ps1

0 commit comments

Comments
 (0)