all repos — hastyscribe @ 36ccb49f685c6d030d158696d46c204006d326d0

A professional markdown compiler.

Fixed sloppy find and replace.
h3rald h3rald@h3rald.com
Sat, 02 Sep 2023 15:35:58 +0000
commit

36ccb49f685c6d030d158696d46c204006d326d0

parent

4e40a8edb07f9e09e9be3763d84d3674e81bbfa8

1 files changed, 1 insertions(+), 1 deletions(-)

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

@@ -52,7 +52,7 @@ - name: Update %PATH%

run: | echo "${HOME}/.nimble/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append echo "${GITHUB_WORKSPACE}" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - echo "C:\msys64\hastyscribegw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append + echo "C:\msys64\mingw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append if: matrix.os == 'windows-latest' # Install the Nim compiler