From 6295fa609ca1f67bf16213fb9625d03052348cbc Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Tue, 22 Jun 2021 14:28:32 +0200 Subject: [PATCH] Fix bug in GH workflow --- .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 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: