Skip to content

Commit

Permalink
fix: copy bitwarden_c artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot committed Sep 19, 2024
1 parent f2a2b17 commit 6b33981
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 @@ -180,7 +180,7 @@ jobs:
cp libBitwardenClient.* artifacts
fi
if [[ '${{ runner.os }}' == 'Windows' ]]; then
ls -halR ../../
cp */bitwarden_c.* artifacts
cp */BitwardenClient.* artifacts
fi
Expand Down

0 comments on commit 6b33981

Please sign in to comment.