all repos — hastysite @ 7414cc17ecbf64cdc136b30c121f8ffaa4340e6c

A high-performance static site generator.

Update add-artifacts-to-current-releases.yml
Fabio Cevasco h3rald@h3rald.com
Mon, 09 Oct 2023 09:21:50 +0200
commit

7414cc17ecbf64cdc136b30c121f8ffaa4340e6c

parent

eda1a9bf5f873f2c4e7a06c3c1cd7d0da7fa0921

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

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

@@ -47,14 +47,10 @@ if: matrix.os == 'macos-latest' || matrix.os == 'ubuntu-latest'

# Sets path (Windows) - name: Update %PATH% - run: echo "${HOME}/.nimble/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - if: matrix.os == 'windows-latest' - - # Setup MinGW - - name: Set up MinGW - uses: egor-tensin/setup-mingw@v2 - with: - platform: x64 + 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\mingw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append if: matrix.os == 'windows-latest' # Install the Nim compiler and dependencies