Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MordechaiHadad committed Nov 17, 2023
1 parent 60eb9ae commit b800bd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
tls: ['', '--no-default-features --features native-tls']
os_name: [windows, macos, linux]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
Expand All @@ -82,7 +83,7 @@ jobs:
- name: Upload Bob Linux binary
uses: actions/upload-artifact@v2
with:
name: "bob-${{ matrix.os }}-x86_64${{ matrix.tls == '--no-default-features --features native-tls' && '-openssl' || '' }}"
name: "bob-${{ matrix.os_name }}-x86_64${{ matrix.tls == '--no-default-features --features native-tls' && '-openssl' || '' }}"
path: target/optimized/bob
if-no-files-found: error
retention-days: 7

0 comments on commit b800bd6

Please sign in to comment.