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