From 174a80650361fcbdb345213a03ac20eff3c11f49 Mon Sep 17 00:00:00 2001 From: jonpas Date: Tue, 17 Oct 2023 20:00:08 +0200 Subject: [PATCH] CI - Fix action-gh-release Wrong name was used --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc3da9bbd..38e8b3e6a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -261,7 +261,7 @@ jobs: STEAM_PASSWORD: ${{ secrets.STEAM_PASSWORD }} - name: Upload to GitHub id: github_release - uses: actions/action-gh-release@v1 + uses: softprops/action-gh-release@v1 with: draft: true files: acre2_${{ needs.build.outputs.VERSION }}.zip