From 5557bf7dc558bde0b1eae14e7e18d7786206f59e Mon Sep 17 00:00:00 2001 From: Tobias Grothe Date: Sat, 22 Feb 2025 13:26:37 +0100 Subject: [PATCH] Fix jars.yml --- .github/workflows/jars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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