diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 5e977bf..8a9e5fb 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -44,7 +44,7 @@ jobs: retention-days: 90 - name: Create Release - uses: ncipollo/release-action@v1.10.0 + uses: ncipollo/release-action@v1.11.0 with: artifactErrorsFailBuild: true artifacts: "package/prompt_${{ env.ver_num }}.deb,package/prompt_${{ env.ver_num }}.zip"