diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 50bc128..a05e050 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,8 @@ jobs: - name: Upload Artifacts to GitHub Release uses: ncipollo/release-action@v1 with: - artifacts: artifacts/build.zip + artifacts: artifacts + name: build.zip allowUpdates: true omitBodyDuringUpdate: true omitDraftDuringUpdate: true