diff --git a/.github/workflows/jars.yml b/.github/workflows/jars.yml index 9c9d2e4..f8da769 100644 --- a/.github/workflows/jars.yml +++ b/.github/workflows/jars.yml @@ -26,7 +26,7 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: jars/*.jar + file: jars/* file_glob: true tag: ${{ github.ref }} overwrite: true