From ad39c6523da055360f71f879a6b8824743484d92 Mon Sep 17 00:00:00 2001 From: Willy Date: Wed, 15 Jan 2025 22:34:47 +0100 Subject: [PATCH] _another_ release step fix attempt ._. --- .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 b4990b58..3381f092 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -476,7 +476,7 @@ jobs: with: allowUpdates: true artifactErrorsFailBuild: true - artifacts: binaries-*/* + artifacts: binaries/binaries-*/* draft: true generateReleaseNotes: true omitBodyDuringUpdate: true