From 6b657fdfe719328f04f2c96dd90c6c11a1966d76 Mon Sep 17 00:00:00 2001 From: neodiX Date: Thu, 25 Jan 2024 10:06:56 +0100 Subject: [PATCH] adjust svenstaro/upload-release-action@v2 action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 14d193d..c104b8e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -79,7 +79,7 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: artifacts\MyLocalTon* + file: artifacts/*.jar tag: v${{ github.run_number }} overwrite: true file_glob: true