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:
|
with:
|
||||||
pattern: binaries-*/*
|
pattern: binaries-*/*
|
||||||
path: binaries
|
path: binaries
|
||||||
|
- name: list files
|
||||||
|
run: find .
|
||||||
- uses: ncipollo/release-action@v1
|
- uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
artifactErrorsFailBuild: true
|
artifactErrorsFailBuild: true
|
||||||
artifacts: binaries/*
|
artifacts: binaries-*/*
|
||||||
draft: true
|
draft: true
|
||||||
generateReleaseNotes: true
|
generateReleaseNotes: true
|
||||||
omitBodyDuringUpdate: true
|
omitBodyDuringUpdate: true
|
||||||
|
|
Loading…
Reference in New Issue