Skip to content

Commit

Permalink
Release action: fix Windows packaging (fix #156) (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch authored Nov 6, 2023
1 parent 8923fab commit 351f502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:
*windows*)
cd "target/${TARGET}/release/"
echo "Packaging ${LIB_PKG_NAME}:"
7z -y a "${LIB_PKG_NAME}" zenoh-plugin*.dll
7z -y a "${LIB_PKG_NAME}" zenoh_plugin*.dll
echo "Packaging ${BIN_PKG_NAME}:"
7z -y a "${BIN_PKG_NAME}" zenoh-bridge-dds.exe
cd -
Expand Down

0 comments on commit 351f502

Please sign in to comment.