From 226a00888ff9862a1ba5a68388e9a22a1d064e01 Mon Sep 17 00:00:00 2001 From: samo_lego <34912839+samolego@users.noreply.github.com> Date: Sun, 30 Aug 2020 22:16:16 +0200 Subject: [PATCH] Fix artifact upload --- .github/workflows/renaming.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renaming.sh b/.github/workflows/renaming.sh index b928194..19ce17a 100644 --- a/.github/workflows/renaming.sh +++ b/.github/workflows/renaming.sh @@ -11,7 +11,7 @@ buildName="$projectId-$version-devbuild_$GITHUB_RUN_NUMBER-MC_$mcVersion" echo "Build is going to be renamed: $buildName.jar" # Renaming the dev build -mv "$projectId-$version.jar" "$buildName.jar" +mv "$projectId-$version-$mcVersion.jar" "$buildName.jar" #Setting the buildname for GH actions echo "::set-env name=BUILDNAME::$buildName"