From 3d7a654096035fc2a36de7e4d4518495f71a4ed7 Mon Sep 17 00:00:00 2001 From: PartyDonut Date: Tue, 10 Jun 2025 16:36:41 +0200 Subject: [PATCH] Downgrade github action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e42ff69..37b5356 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -636,7 +636,7 @@ jobs: zip -r ../Fladder-Web-${{ steps.version.outputs.version }}.zip . - name: Create Release - uses: softprops/action-gh-release@v2.3.0 + uses: softprops/action-gh-release@v2.2.2 with: tag_name: ${{ needs.fetch-info.outputs.build_type == 'nightly' && env.NIGHTLY_TAG || github.ref_name }} name: ${{ needs.fetch-info.outputs.build_type == 'nightly' && format('🌙 Nightly Build - {0}', steps.version.outputs.version) || '' }}