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 }}