From 1011b6af349d6230135d57fa590ef3f630ceeced Mon Sep 17 00:00:00 2001 From: rmuehl Date: Sun, 26 May 2024 14:36:09 +0200 Subject: [PATCH] Update build_release.yml --- .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 5bb6ae9..fa9754e 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -58,7 +58,7 @@ jobs: name: BetterPushBack_lin_win.zip path: BetterPushBack_lin_win.zip - name: Publish release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: BetterPushBack_lin_win.zip draft: true