diff --git a/.github/workflows/build-dotnet-packages.yml b/.github/workflows/build-dotnet-packages.yml index 2635529af43..56bc409ccf5 100644 --- a/.github/workflows/build-dotnet-packages.yml +++ b/.github/workflows/build-dotnet-packages.yml @@ -12,7 +12,7 @@ jobs: - os: macos-latest artifact-path: cpp/bin/slice2cs - os: windows-latest - artifact-path: cpp/bin/Release/x64/slice2cs.* + artifact-path: cpp/bin/x64/Release/slice2cs.* - os: ubuntu-24.04 artifact-path: cpp/bin/slice2cs - os: ubuntu-24.04-arm