Skip to content

Commit 36ccb49

Browse files
committed
Fixed sloppy find and replace.
1 parent 4e40a8e commit 36ccb49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add-artifacts-to-current-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
echo "${HOME}/.nimble/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
5454
echo "${GITHUB_WORKSPACE}" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
55-
echo "C:\msys64\hastyscribegw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
55+
echo "C:\msys64\mingw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
5656
if: matrix.os == 'windows-latest'
5757

5858
# Install the Nim compiler

0 commit comments

Comments
 (0)