Skip to content

Commit

Permalink
windows include bitwarden_c.dll into the artifacts fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mzieniukbw committed Sep 20, 2024
1 parent 6f53a89 commit a768e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
fi
if [[ '${{ runner.os }}' == 'Windows' ]]; then
cp */BitwardenClient.* artifacts
cp ../include/bitwarden_c.dll artifacts
cp ../include/bitwarden_c.{lib,dll.lib,dll} artifacts
fi
- name: Upload C++ package for ${{ matrix.settings.target }}
Expand Down

0 comments on commit a768e98

Please sign in to comment.