From c16fbe9d3fdf00f242a4616ac1ee309c8f88a50f Mon Sep 17 00:00:00 2001 From: Oleksii Nikiforov Date: Sun, 17 May 2026 22:59:35 +0300 Subject: [PATCH] fix(ci): set explicit path for download-artifact@v4 subfolder --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e14ca79..d47d2c4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,6 +66,7 @@ jobs: uses: actions/download-artifact@v4 with: name: 'windows-latest' + path: 'windows-latest' - name: 'Dotnet NuGet Add Source' run: dotnet nuget add source https://nuget.pkg.github.com/nikiforovall/index.json --name GitHub --username nikiforovall --password ${{secrets.GITHUB_TOKEN}} shell: pwsh @@ -83,6 +84,7 @@ jobs: uses: actions/download-artifact@v4 with: name: 'windows-latest' + path: 'windows-latest' - name: 'Dotnet NuGet Push' run: | Get-ChildItem .\windows-latest -Filter *.nupkg |