Skip to content

Commit

Permalink
Use project-name instead of crate_name for BINARY (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrankel committed Jul 18, 2024
1 parent a7b3b9f commit c40cd46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
# Configure constants for this workflow.
env:
# The base filename of the binary produced by `cargo build`.
BINARY: {{crate_name}}
BINARY: {{project-name}}
# The name to use for the packaged application produced by this workflow.
PACKAGE_NAME: {{project-name}}
# The itch.io page to upload to, in the format: `user-name/project-name`.
Expand Down

0 comments on commit c40cd46

Please sign in to comment.