try to fix release action again, add temporary debugging output

pull/1118/head
Willy 2025-01-15 19:17:38 +01:00
parent 8a26e61d87
commit d0844427d4
1 changed files with 3 additions and 1 deletions

View File

@ -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