Skip to content

Commit e25b2c2

Browse files
committed
resolve naming issues in release pipeline
1 parent a1e27a9 commit e25b2c2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ concurrency:
4949
# Configure the release workflow by editing the following values.
5050
env:
5151
# The base filename of the binary produced by `cargo build`.
52-
cargo_build_binary_name: bevy_cli_generated
52+
cargo_build_binary_name: space-journey
5353

5454
# The path to the assets directory.
5555
assets_path: assets
@@ -61,27 +61,27 @@ env:
6161
# The ID of the app produced by this workflow.
6262
# Applies to macOS releases.
6363
# Must contain only A-Z, a-z, 0-9, hyphen, and period: <https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleidentifier>.
64-
app_id: joda-interactive.bevy-cli-generated
64+
app_id: joda-interactive.space-journey
6565

6666
# The base filename of the binary in the package produced by this workflow.
6767
# Applies to Windows, macOS, and Linux releases.
6868
# Defaults to `cargo_build_binary_name` if commented out.
69-
#app_binary_name: bevy_cli_generated
69+
#app_binary_name: space_journey
7070

7171
# The name of the `.zip` or `.dmg` file produced by this workflow.
7272
# Defaults to `app_binary_name` if commented out.
73-
#app_package_name: bevy-cli-generated
73+
#app_package_name: space-journey
7474

7575
# The display name of the app produced by this workflow.
7676
# Applies to macOS releases.
7777
# Defaults to `app_package_name` if commented out.
78-
#app_display_name: Bevy Cli Generated
78+
#app_display_name: Space Journey
7979

8080
# The short display name of the app produced by this workflow.
8181
# Applies to macOS releases.
8282
# Must be 15 or fewer characters: <https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundlename>.
8383
# Defaults to `app_display_name` if commented out.
84-
#app_short_name: Bevy Cli Gen…
84+
#app_short_name: Space Journey
8585

8686
# Before enabling LFS, please take a look at GitHub's documentation for costs and quota limits:
8787
# <https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage>

0 commit comments

Comments
 (0)