Skip to content

Commit

Permalink
Make package.sh replace slashes in branch names with dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
desplesda committed Mar 27, 2020
1 parent 9f273e3 commit 144277b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ fi

echo "Packaging Version $FULL_VERSION with Unity..."

OUTFILE="$OUTDIR/YarnSpinner-$FULL_VERSION.unitypackage"
OUTFILE="$OUTDIR/YarnSpinner-$(echo $FULL_VERSION | tr \/ -).unitypackage"

UNITY="/Applications/2018.4.16f1/Unity.app"
UNITY_BINARY="$UNITY/Contents/MacOS/Unity"
Expand Down

0 comments on commit 144277b

Please sign in to comment.