Skip to content

Commit

Permalink
[renpy-build] Fix var set error in version
Browse files Browse the repository at this point in the history
  • Loading branch information
alicerunsonfedora committed Sep 20, 2019
1 parent 678f146 commit 7152b4f
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 @@ -16,4 +16,4 @@ rm -rf game/README.html
../renpy/renpy.sh ../renpy/launcher distribute .
built_dir=$(ls | grep '\-dists')
echo ::set-output name=dir::$built_dir
echo ::set-output name=version::${build_dir%'-dists'}
echo ::set-output name=version::${built_dir%'-dists'}

0 comments on commit 7152b4f

Please sign in to comment.