Skip to content

Commit

Permalink
dont use password
Browse files Browse the repository at this point in the history
  • Loading branch information
myin142 committed Oct 19, 2024
1 parent ab21968 commit 825da2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
channels: ${{ needs.build-info.outputs.channels }}
godot-version: 4.3
project-path: godot
use-password: false
secrets: inherit

release-itch:
Expand Down
2 changes: 1 addition & 1 deletion godot/project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ config_version=5

[application]

config/name="mirage-rogue"
config/name="mirror-rogue"
run/main_scene="res://src/start.tscn"
config/features=PackedStringArray("4.3")
boot_splash/bg_color=Color(0.101961, 0.101961, 0.101961, 1)
Expand Down

0 comments on commit 825da2a

Please sign in to comment.