diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 808b42c..3970b83 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - files: build/* + file: build/* tag: ${{ github.ref }} overwrite: true file_glob: true