We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f9630 commit 52705dfCopy full SHA for 52705df
.github/workflows/gen-index.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Install Index Generator
23
run: |
24
- Invoke-WebRequest -Uri https://github.com/ClassIsland/ClassIsland.PluginIndexGenerator/releases/download/1.0.2.0/ClassIsland.PluginIndexGenerator.zip -OutFile ClassIsland.PluginIndexGenerator.zip
+ Invoke-WebRequest -Uri https://github.com/ClassIsland/ClassIsland.PluginIndexGenerator/releases/download/1.0.2.1/ClassIsland.PluginIndexGenerator.zip -OutFile ClassIsland.PluginIndexGenerator.zip
25
Expand-Archive -Path ClassIsland.PluginIndexGenerator.zip -DestinationPath .
26
27
- name: Generate Plugin Index
0 commit comments