forked from sorceress/EasyAuth
Fix artifact upload
This commit is contained in:
parent
f480e93ed2
commit
226a00888f
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue