From 90c37e3491393c706e6fdb1708ef358c479ce268 Mon Sep 17 00:00:00 2001 From: Sam Kirby <23245543+sam-kirby@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:27:45 +0100 Subject: [PATCH] Fix CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4af34a1..f8b5318 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,5 +31,5 @@ jobs: uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: - files: ./build/libs/sevpatches-${{ github.event.release.tag_name }}-${{ github.run_number }}.jar + files: ./build/libs/sevpatches-${{ github.ref_name }}-${{ github.run_number }}.jar token: ${{ secrets.GITHUB_TOKEN }}