Skip to content

Commit

Permalink
fix: copy correct bitwardenclient on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot committed Sep 19, 2024
1 parent 172bb26 commit 75101fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,12 @@ jobs:
mkdir artifacts
if [[ '${{ runner.os }}' == 'macOS' || '${{ runner.os }}' == 'Linux' ]]; then
cp libbitwarden_c.* artifacts
cp libBitwardenClient.* artifacts
fi
if [[ '${{ runner.os }}' == 'Windows' ]]; then
cp bitwarden_c.* artifacts
cp BitwardenClient.* artifacts
fi
cp libBitwardenClient.* artifacts
- name: Upload C++ package for ${{ matrix.settings.target }}
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
Expand Down

0 comments on commit 75101fe

Please sign in to comment.