refactor(name): change project name

This commit is contained in:
2024-11-11 17:28:39 +02:00
parent 5eefa234e1
commit 468c5bfe4a
6 changed files with 26 additions and 26 deletions

View File

@@ -15,14 +15,14 @@ on:
# Configure the release workflow by editing these values.
env:
# The base filename of the binary produced by `cargo build`.
cargo_build_binary_name: the-labyrinth-of-echoes
cargo_build_binary_name: maze-ascension
# The path to the assets directory.
assets_path: assets
# Whether to upload the packages produced by this workflow to a GitHub release.
upload_to_github: true
# The itch.io project to upload to in the format `user-name/project-name`.
# There will be no upload to itch.io if this is commented out.
upload_to_itch: kristoferssolo/the-labyrinth-of-echoes
upload_to_itch: kristoferssolo/maze-ascension
############
# ADVANCED #
############
@@ -30,26 +30,26 @@ env:
# The ID of the app produced by this workflow.
# Applies to macOS releases.
# Must contain only A-Z, a-z, 0-9, hyphen, and period: https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleidentifier
app_id: kristoferssolo.the-labyrinth-of-echoes
app_id: kristoferssolo.maze-ascension.
# The base filename of the binary in the package produced by this workflow.
# Applies to Windows, macOS, and Linux releases.
# Defaults to `cargo_build_binary_name` if commented out.
#app_binary_name: the-labyrinth-of-echoes
#app_binary_name: maze-ascension
# The name of the `.zip` or `.dmg` file produced by this workflow.
# Defaults to `app_binary_name` if commented out.
#app_package_name: the-labyrinth-of-echoes
#app_package_name: maze-ascension
# The display name of the app produced by this workflow.
# Applies to macOS releases.
# Defaults to `app_package_name` if commented out.
#app_display_name: The Labyrinth Of Echoes
#app_display_name: Maze Ascension: The Labyrinth Of Echoes
# The short display name of the app produced by this workflow.
# Applies to macOS releases.
# Must be 15 or fewer characters: https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundlename
# Defaults to `app_display_name` if commented out.
#app_short_name: The Labyrint…
#app_short_name: Maze Ascension
# Before enabling LFS, please take a look at GitHub's documentation for costs and quota limits:
# https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage