File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ package-x86_64-unknown-linux-musl:
5858 mkdir -p dist
5959
6060 # .tar.gz
61- tar -czvf dist/chirpstack-gateway-relay_ $(PKG_VERSION)_amd64.tar.gz -C target/x86_64-unknown-linux-musl/release chirpstack-gateway-relay
61+ tar -czvf dist/chirpstack-gateway-mesh_ $(PKG_VERSION)_amd64.tar.gz -C target/x86_64-unknown-linux-musl/release chirpstack-gateway-mesh
6262
6363 # .deb
6464 cargo deb --target x86_64-unknown-linux-musl --no-build --no-strip
@@ -69,7 +69,7 @@ package-aarch64-unknown-linux-musl:
6969 mkdir -p dist
7070
7171 # .tar.gz
72- tar -czvf dist/chirpstack-gateway-relay_ $(PKG_VERSION)_arm64.tar.gz -C target/aarch64-unknown-linux-musl/release chirpstack-gateway-relay
72+ tar -czvf dist/chirpstack-gateway-mesh_ $(PKG_VERSION)_arm64.tar.gz -C target/aarch64-unknown-linux-musl/release chirpstack-gateway-mesh
7373
7474 # .deb
7575 cargo deb --target aarch64-unknown-linux-musl --no-build --no-strip
@@ -81,7 +81,7 @@ package-armv7-unknown-linux-musleabihf:
8181 mkdir -p dist
8282
8383 # .tar.gz
84- tar -czvf dist/chirpstack-gateway-relay_ $(PKG_VERSION)_armv7hf.tar.gz -C target/armv7-unknown-linux-musleabihf/release chirpstack-gateway-relay
84+ tar -czvf dist/chirpstack-gateway-mesh_ $(PKG_VERSION)_armv7hf.tar.gz -C target/armv7-unknown-linux-musleabihf/release chirpstack-gateway-mesh
8585
8686 # .deb
8787 cargo deb --target armv7-unknown-linux-musleabihf --no-build --no-strip
You can’t perform that action at this time.
0 commit comments