Skip to content

Commit

Permalink
fix: correctly rename only test builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Jan 18, 2024
1 parent 1570599 commit cb7e55f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ $(NAME)-$(OUTPUT).mrpack:
$(SED) -i 's|version = ".*"|version = "$(VERSION)"|' pack.toml
packwiz modrinth export
git checkout pack.toml
ifeq ($(OUTPUT), testing)
mv $(NAME)-$(VERSION).mrpack $(NAME)-$(OUTPUT).mrpack
endif

$(NAME)-$(OUTPUT).mrpack.sha256:
$(SHASUM) $(NAME)-$(OUTPUT).mrpack >| $(NAME)-$(OUTPUT).mrpack.sha256
Expand Down

0 comments on commit cb7e55f

Please sign in to comment.