Skip to content

Commit 7352d6e

Browse files
committed
yup v1.0.4
1 parent b141243 commit 7352d6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet_build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
cd ..
7171
7272
- name: Upload CLI artifacts (Windows)
73-
if: matrix.os == 'windows-latest'
73+
if: matrix.os == 'windows-latest' && matrix.arch == 'x64'
7474
uses: actions/upload-artifact@v4
7575
with:
7676
name: cli-windows-${{ matrix.arch }}

0 commit comments

Comments
 (0)