Skip to content

Commit

Permalink
Merge pull request #29 from shawaj/patch-1
Browse files Browse the repository at this point in the history
fix: naming regression
  • Loading branch information
madninja committed Jan 29, 2023
2 parents d1cb1c6 + 0e929ae commit a57757c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ args = [
description = "Package application"
workspace = false
condition = { env_set = ["CARGO_MAKE_PROFILE", "CROSS_TARGET"]}
env = { PKG_NAME = "gateway-mfr-${CARGO_MAKE_CRATE_VERSION}-${CARGO_MAKE_PROFILE}" }
env = { PKG_NAME = "gateway-mfr-v${CARGO_MAKE_CRATE_VERSION}-${CARGO_MAKE_PROFILE}" }
script = '''
${TAR} -zcv -C target/${CROSS_TARGET}/release -f ${PKG_NAME}.tar.gz gateway_mfr
sha256sum --tag ${PKG_NAME}.tar.gz > ${PKG_NAME}.checksum
Expand Down

0 comments on commit a57757c

Please sign in to comment.