Skip to content

Commit

Permalink
[renpy-build] Ditto last release
Browse files Browse the repository at this point in the history
  • Loading branch information
alicerunsonfedora committed Sep 20, 2019
1 parent 72f0217 commit 678f146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ mv ./${sdk_name} ../renpy
echo "Building the project..."
rm -rf game/README.html
../renpy/renpy.sh ../renpy/launcher distribute .
built_dir=$(ls | grep \-dists)
built_dir=$(ls | grep '\-dists')
echo ::set-output name=dir::$built_dir
echo ::set-output name=version::${build_dir%'-dists'}

0 comments on commit 678f146

Please sign in to comment.