Skip to content

Commit

Permalink
Update envvars
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepryde committed Jul 21, 2024
1 parent d1e8105 commit 54d0c80
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 22 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ on:
# Configure constants for this workflow.
env:
# The base filename of the binary produced by `cargo build`.
BINARY: wheel-game
BINARY: wheel-escape
# The name to use for the packaged application produced by this workflow.
PACKAGE_NAME: wheel-game
PACKAGE_NAME: wheel-escape
# The itch.io page to upload to, in the format: `user-name/project-name`.
# Comment this out to disable.
ITCH_TARGET: inspiredjourneys/wheel-game
ITCH_TARGET: inspiredjourneys/wheel-escape
# The organization or author that owns the rights to the game.
OWNER: inspiredjourneys
# The path to the assets directory.
Expand Down
27 changes: 9 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "wheel-game"
name = "wheel-escape"
authors = ["Steve Pryde <[email protected]>"]
version = "0.1.0"
edition = "2021"
Expand Down

0 comments on commit 54d0c80

Please sign in to comment.