Skip to content

Commit

Permalink
Remove dash
Browse files Browse the repository at this point in the history
  • Loading branch information
janhohenheim committed Jul 18, 2024
1 parent f7adad5 commit e0a1837
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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:
Expand Down Expand Up @@ -265,4 +265,4 @@ jobs:
tmp/"${channel}"/* \
'${{ env.ITCH_TARGET }}':"${channel#package-}"
done
{%- endraw -%}
{% endraw -%}

0 comments on commit e0a1837

Please sign in to comment.