diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ec173c3..04320dd 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -136,7 +136,7 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.YOURTOKEN }} - files: ./artifacts/*.tar.gz + file: ./artifacts/*.tar.gz tag: ${{ github.ref }} overwrite: true file_glob: true