Update add-artifacts-to-current-releases.yml
Fabio Cevasco h3rald@h3rald.com
Mon, 09 Oct 2023 09:21:50 +0200
1 files changed,
4 insertions(+),
8 deletions(-)
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