diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5dfc3c9..f1f9ed5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,4 +52,4 @@ jobs: env: GH_TOKEN: ${{ github.token }} run: | - gh release upload ${{ needs.release-please.outputs.tag_name }} target/AltairVelocity-*.jar + gh release upload ${{ needs.release-please.outputs.tag_name }} build/libs/AltairVelocity-*.jar