We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37ecdb9 commit cab19b7Copy full SHA for cab19b7
1 file changed
.github/workflows/build-binaries.yml
@@ -91,7 +91,6 @@ jobs:
91
if: ${{ github.event_name == 'workflow_call' }}
92
shell: bash
93
run: |
94
- cd "${GITHUB_WORKSPACE//\\/}"
95
cd moonscript
96
echo version = \"${{ github.ref_name }}\" > version.moon
97
echo "{ version: version, print_version: -> print \"Garry's Mod MoonScript version #{version}\" }" >> version.moon
@@ -101,7 +100,6 @@ jobs:
101
100
if: ${{ github.event_name != 'workflow_call' }}
102
103
104
105
106
shortSha=$(git rev-parse --short ${{ github.sha }})
107
echo version = \"prerelease-"$shortSha"\" > version.moon
0 commit comments