From d0844427d4f89b1a3d83e94338715cca7782111b Mon Sep 17 00:00:00 2001 From: Willy Date: Wed, 15 Jan 2025 19:17:38 +0100 Subject: [PATCH] try to fix release action again, add temporary debugging output --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 97805fb4..810d192b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -469,11 +469,13 @@ jobs: with: pattern: binaries-*/* path: binaries + - name: list files + run: find . - uses: ncipollo/release-action@v1 with: allowUpdates: true artifactErrorsFailBuild: true - artifacts: binaries/* + artifacts: binaries-*/* draft: true generateReleaseNotes: true omitBodyDuringUpdate: true