Skip to content

Commit

Permalink
fix: conditional path
Browse files Browse the repository at this point in the history
  • Loading branch information
MordechaiHadad committed Nov 17, 2023
1 parent 76a7a0c commit 5ea4713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5ea4713

Please sign in to comment.