From e0a183799bc38372a016e1b16b368631eba609d2 Mon Sep 17 00:00:00 2001 From: Jan Hohenheim Date: Thu, 18 Jul 2024 03:29:32 +0200 Subject: [PATCH] Remove dash --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 36f99e77..e09666cb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,7 +24,7 @@ env: # Comment this out to disable. {%- if itch_username != "" %} ITCH_TARGET: {{itch_username}}/{{project-name}} - {%- else -%} + {%- else %} # ITCH_TARGET: your-itch-username/{{project-name}} {%- endif %} # The organization or author that owns the rights to the game. @@ -37,7 +37,7 @@ env: # https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage USE_GIT_LFS: false -{%- raw -%} +{% raw %} jobs: # Determine the version number for this workflow. get-version: @@ -265,4 +265,4 @@ jobs: tmp/"${channel}"/* \ '${{ env.ITCH_TARGET }}':"${channel#package-}" done -{%- endraw -%} +{% endraw -%}