Skip to content

Commit

Permalink
Try to fix newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
janhohenheim committed Jul 18, 2024
1 parent 01e12a1 commit c751e5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ env:
PACKAGE_NAME: {{project-name}}
# The itch.io page to upload to, in the format: `user-name/project-name`.
# Comment this out to disable.

{%- if itch_username != "" -%}

ITCH_TARGET: {{itch_username}}/{{project-name}}
{%- else -%}

# ITCH_TARGET: your-itch-username/{{project-name}}
{%- endif -%}

# The organization or author that owns the rights to the game.
OWNER: {{itch_username}}
# The path to the assets directory.
Expand Down

0 comments on commit c751e5d

Please sign in to comment.