From 93a24f1e65a136b4d25e0134adb4e204b7eebae3 Mon Sep 17 00:00:00 2001 From: Justin Brooks Date: Sun, 12 Jan 2025 21:15:10 -0500 Subject: [PATCH] Correctly archive windows jars without version in file name --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e04b22..bccc170 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,7 +73,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: vat-${{ matrix.target }}.jar - path: build/libs/vat-${{ matrix.target }}-*.jar + path: build/libs/vat-${{ matrix.target }}.jar # Prepare a draft release for GitHub Releases page for the manual verification # If accepted and published, release workflow would be triggered