File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9494 cd ${{ github.workspace }}
9595 cd moonscript
9696 echo version = \"${{ github.ref_name }}\" > version.moon
97- echo { version: version, print_version: -> print \"Garry's Mod MoonScript #{version}\" } >> version.moon
97+ echo " { version: version, print_version: -> print \"Garry's Mod MoonScript #{version}\" }" >> version.moon
9898 cat version.moon
9999
100100 - name : Update version.moon (prerelease)
@@ -105,7 +105,7 @@ jobs:
105105 cd moonscript
106106 shortSha=$(git rev-parse --short ${{ github.sha }})
107107 echo version = \"prerelease-"$shortSha"\" > version.moon
108- echo { version: version, print_version: -> print \"Garry's Mod MoonScript #{version}\" } >> version.moon
108+ echo " { version: version, print_version: -> print \"Garry's Mod MoonScript #{version}\" }" >> version.moon
109109 cat version.moon
110110
111111 # Compile all moonscript modules using latest compiler
You can’t perform that action at this time.
0 commit comments