From 4d73731110e24c578b8289ab67b8bd5630d2ed66 Mon Sep 17 00:00:00 2001 From: Willy Date: Sat, 18 Feb 2023 23:01:26 +0100 Subject: [PATCH] use correct release action I don't know how I messed this up, but github's official create-release action is unmaintained. 3rd party it is --- .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 eb7c1901..35010509 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -456,7 +456,7 @@ jobs: with: name: binaries path: binaries - - uses: actions/create-release@v1 + - uses: ncipollo/release-action@v1 with: allowUpdates: true artifactErrorsFailBuild: true