We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b141243 commit 7352d6eCopy full SHA for 7352d6e
1 file changed
.github/workflows/dotnet_build_release.yml
@@ -70,7 +70,7 @@ jobs:
70
cd ..
71
72
- name: Upload CLI artifacts (Windows)
73
- if: matrix.os == 'windows-latest'
+ if: matrix.os == 'windows-latest' && matrix.arch == 'x64'
74
uses: actions/upload-artifact@v4
75
with:
76
name: cli-windows-${{ matrix.arch }}
0 commit comments