File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments