From c751e5d00692aeb1955acba2f8720eedb6ed46af Mon Sep 17 00:00:00 2001 From: Jan Hohenheim Date: Thu, 18 Jul 2024 03:22:23 +0200 Subject: [PATCH] Try to fix newlines --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 14084313..fc2454e6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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.