From 5ea4713067a9d688088f6aa9719ca04602c60642 Mon Sep 17 00:00:00 2001 From: MordechaiHadad Date: Fri, 17 Nov 2023 12:38:56 +0200 Subject: [PATCH] fix: conditional path --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 430248a..ebd1f41 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,6 +89,6 @@ jobs: uses: actions/upload-artifact@v2 with: name: "bob-${{ matrix.os == 'windows-latest' && 'windows' || matrix.os == 'macos-latest' && 'macos' || 'linux' }}-x86_64${{ matrix.tls == '--no-default-features --features native-tls' && '-openssl' || '' }}" - path: target/optimized/bob + path: ${{ matrix.os == 'windows-latest' && 'build' || 'target/optimized/bob' }} if-no-files-found: error retention-days: 7