Skip to content

Commit cab19b7

Browse files
committed
Attempt fix invalid cd again
1 parent 37ecdb9 commit cab19b7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/build-binaries.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ jobs:
9191
if: ${{ github.event_name == 'workflow_call' }}
9292
shell: bash
9393
run: |
94-
cd "${GITHUB_WORKSPACE//\\/}"
9594
cd moonscript
9695
echo version = \"${{ github.ref_name }}\" > version.moon
9796
echo "{ version: version, print_version: -> print \"Garry's Mod MoonScript version #{version}\" }" >> version.moon
@@ -101,7 +100,6 @@ jobs:
101100
if: ${{ github.event_name != 'workflow_call' }}
102101
shell: bash
103102
run: |
104-
cd "${GITHUB_WORKSPACE//\\/}"
105103
cd moonscript
106104
shortSha=$(git rev-parse --short ${{ github.sha }})
107105
echo version = \"prerelease-"$shortSha"\" > version.moon

0 commit comments

Comments
 (0)