diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e47bee6..404f8c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: - name: Rename Artifacts run: | cd build - mv out.jar $(sha1sum build.jar | sed "s/\([^ ]*\) .*/SpigotInvTweaks-\\1.jar/g") + mv build.jar $(sha1sum build.jar | sed "s/\([^ ]*\) .*/SpigotInvTweaks-\\1.jar/g") - uses: "marvinpinto/action-automatic-releases@latest" with: