From 3fee6e5dab273634b18c5e255de255014506b810 Mon Sep 17 00:00:00 2001 From: MagicLike Date: Thu, 27 Jul 2023 22:24:51 +0200 Subject: [PATCH] Upgraded release action Switched to fork, which includes latest patches, until the main project is patched --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 288ee031..857d0f75 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -86,7 +86,7 @@ jobs: - name: Display structure of downloaded files run: ls -R - name: Create release - uses: marvinpinto/action-automatic-releases@latest + uses: dciborow/action-github-releases@latest if: startsWith(github.ref, 'refs/tags/') with: repo_token: ${{ secrets.GITHUB_TOKEN }}