mirror of https://github.com/statping/statping
try to fix release action again, add temporary debugging output
parent
8a26e61d87
commit
d0844427d4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue