use correct release action

I don't know how I messed this up, but github's official create-release action is unmaintained. 3rd party it is
pull/1118/head
Willy 2023-02-18 23:01:26 +01:00
parent 075c6952a7
commit 4d73731110
No known key found for this signature in database
GPG Key ID: 02E60AE5D9208602
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ jobs:
with:
name: binaries
path: binaries
- uses: actions/create-release@v1
- uses: ncipollo/release-action@v1
with:
allowUpdates: true
artifactErrorsFailBuild: true