mirror of
https://github.com/kristoferssolo/maze-ascension.git
synced 2026-03-22 00:26:29 +00:00
refactor(name): change project name
This commit is contained in:
14
.github/workflows/release.yaml
vendored
14
.github/workflows/release.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user