Compare commits

..

No commits in common. "master" and "v2.0.5" have entirely different histories.

View file

@ -41,7 +41,7 @@ if [ "$4" = "true" ]
then
echo "Packing Build"
mkdir -p $GITHUB_WORKSPACE/package
cd ./Builds
cd $BUILD_PATH
zip $GITHUB_WORKSPACE/package/artifact.zip . -r
echo artifact=package/artifact.zip >> $GITHUB_OUTPUT
echo "Done"