Skip to content

Commit

Permalink
Fix makefile for github release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
losynix committed Feb 2, 2024
1 parent d138198 commit 172c23f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debian/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ $(PKG_DIR)/usbsas-core_$(CORE_VER)_amd64.deb:
cargo-deb --no-build --manifest-path=../usbsas-usbsas/Cargo.toml

$(PKG_DIR)/usbsas-server_$(SRV_VER)_amd64.deb:
cargo build --release --manifest-path=../usbsas-server/Cargo.toml
cargo-deb --no-build --manifest-path=../usbsas-server/Cargo.toml

$(PKG_DIR)/usbsas-analyzer-server_$(ASRV_VER)_amd64.deb:
Expand Down

0 comments on commit 172c23f

Please sign in to comment.