From 6aa238c74fe39fc70a76958f1caf6a0eb5af0a2a Mon Sep 17 00:00:00 2001 From: HelloWRC Date: Sun, 6 Oct 2024 22:47:45 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9B=B4=E6=96=B0=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gen-index.yml | 2 +- .github/workflows/validate-pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gen-index.yml b/.github/workflows/gen-index.yml index e80fa71..c54232c 100644 --- a/.github/workflows/gen-index.yml +++ b/.github/workflows/gen-index.yml @@ -21,7 +21,7 @@ jobs: - name: Install Index Generator run: | - Invoke-WebRequest -Uri https://github.com/ClassIsland/ClassIsland.PluginIndexGenerator/releases/download/1.0.1.1/ClassIsland.PluginIndexGenerator.zip -OutFile ClassIsland.PluginIndexGenerator.zip + Invoke-WebRequest -Uri https://github.com/ClassIsland/ClassIsland.PluginIndexGenerator/releases/download/1.0.1.2/ClassIsland.PluginIndexGenerator.zip -OutFile ClassIsland.PluginIndexGenerator.zip Expand-Archive -Path ClassIsland.PluginIndexGenerator.zip -DestinationPath . - name: Generate Plugin Index diff --git a/.github/workflows/validate-pr.yml b/.github/workflows/validate-pr.yml index e1f8671..93f61c1 100644 --- a/.github/workflows/validate-pr.yml +++ b/.github/workflows/validate-pr.yml @@ -21,7 +21,7 @@ jobs: - name: Install Index Generator run: | - Invoke-WebRequest -Uri https://github.com/ClassIsland/ClassIsland.PluginIndexGenerator/releases/download/1.0.1.1/ClassIsland.PluginIndexGenerator.zip -OutFile ClassIsland.PluginIndexGenerator.zip + Invoke-WebRequest -Uri https://github.com/ClassIsland/ClassIsland.PluginIndexGenerator/releases/download/1.0.1.2/ClassIsland.PluginIndexGenerator.zip -OutFile ClassIsland.PluginIndexGenerator.zip Expand-Archive -Path ClassIsland.PluginIndexGenerator.zip -DestinationPath . - name: Validate Plugin Index