You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yaml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ concurrency:
49
49
# Configure the release workflow by editing the following values.
50
50
env:
51
51
# 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
53
53
54
54
# The path to the assets directory.
55
55
assets_path: assets
@@ -61,27 +61,27 @@ env:
61
61
# The ID of the app produced by this workflow.
62
62
# Applies to macOS releases.
63
63
# 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
65
65
66
66
# The base filename of the binary in the package produced by this workflow.
67
67
# Applies to Windows, macOS, and Linux releases.
68
68
# Defaults to `cargo_build_binary_name` if commented out.
69
-
#app_binary_name: bevy_cli_generated
69
+
#app_binary_name: space_journey
70
70
71
71
# The name of the `.zip` or `.dmg` file produced by this workflow.
72
72
# Defaults to `app_binary_name` if commented out.
73
-
#app_package_name: bevy-cli-generated
73
+
#app_package_name: space-journey
74
74
75
75
# The display name of the app produced by this workflow.
76
76
# Applies to macOS releases.
77
77
# Defaults to `app_package_name` if commented out.
78
-
#app_display_name: Bevy Cli Generated
78
+
#app_display_name: Space Journey
79
79
80
80
# The short display name of the app produced by this workflow.
81
81
# Applies to macOS releases.
82
82
# Must be 15 or fewer characters: <https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundlename>.
83
83
# Defaults to `app_display_name` if commented out.
84
-
#app_short_name: Bevy Cli Gen…
84
+
#app_short_name: Space Journey
85
85
86
86
# Before enabling LFS, please take a look at GitHub's documentation for costs and quota limits:
0 commit comments