Skip to content

Commit

Permalink
Tools - Fix HEMTT rename release zip hook for --no-archive
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpas committed Jun 15, 2023
1 parent f981bd4 commit 7295827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .hemtt/hooks/post_release/01_rename_zip.rhai
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ let dst = releases.join(HEMTT.project().name().to_lower() + "_" + HEMTT.project(

print("Moving zip to " + dst);
if !src.move(dst) {
fatal("Failed to move " + src + " to " + dst);
warn("Failed to move " + src + " to " + dst + " (maybe --no-archive?)");
}

0 comments on commit 7295827

Please sign in to comment.