Fix artifact upload

This commit is contained in:
samo_lego 2020-08-30 22:16:16 +02:00
parent f480e93ed2
commit 226a00888f
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ buildName="$projectId-$version-devbuild_$GITHUB_RUN_NUMBER-MC_$mcVersion"
echo "Build is going to be renamed: $buildName.jar" echo "Build is going to be renamed: $buildName.jar"
# Renaming the dev build # Renaming the dev build
mv "$projectId-$version.jar" "$buildName.jar" mv "$projectId-$version-$mcVersion.jar" "$buildName.jar"
#Setting the buildname for GH actions #Setting the buildname for GH actions
echo "::set-env name=BUILDNAME::$buildName" echo "::set-env name=BUILDNAME::$buildName"