From 0cb25f1044122e783bc6e05e9698435ba5cd69f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 9 Jan 2021 19:29:34 +0100 Subject: [PATCH] Fix syntax errors. --- .github/workflows/itch.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/itch.yml b/.github/workflows/itch.yml index db7c7b785f..94c8ee5833 100644 --- a/.github/workflows/itch.yml +++ b/.github/workflows/itch.yml @@ -18,7 +18,7 @@ jobs: run: | wget -q "https://github.com/${{ github.repository }}/releases/download/${{ github.event.inputs.tag }}/OpenRA-${{ github.event.inputs.tag }}-x64.exe" wget -q "https://github.com/${{ github.repository }}/releases/download/${{ github.event.inputs.tag }}/OpenRA-${{ github.event.inputs.tag }}-x64-winportable.zip" -O "OpenRA-${{ github.event.inputs.tag }}-x64-win-itch.zip" - wget -q "https://github.com${{ github.repository }}/releases/download/${{ github.event.inputs.tag }}/OpenRA-${{ github.event.inputs.tag }}.dmg" + wget -q "https://github.com/${{ github.repository }}/releases/download/${{ github.event.inputs.tag }}/OpenRA-${{ github.event.inputs.tag }}.dmg" wget -q "https://github.com/${{ github.repository }}/releases/download/${{ github.event.inputs.tag }}/OpenRA-Dune-2000-x86_64.AppImage" wget -q "https://github.com/${{ github.repository }}/releases/download/${{ github.event.inputs.tag }}/OpenRA-Red-Alert-x86_64.AppImage" wget -q "https://github.com/${{ github.repository }}/releases/download/${{ github.event.inputs.tag }}/OpenRA-Tiberian-Dawn-x86_64.AppImage" @@ -33,7 +33,7 @@ jobs: ITCH_GAME: openra ITCH_USER: openra-developers VERSION: ${{ github.event.inputs.tag }} - PACKAGE: OpenRA-${{ github.event.inputs.tag }}}-x64.exe" + PACKAGE: OpenRA-${{ github.event.inputs.tag }}}-x64.exe - name: Publish Windows Itch Bundle uses: josephbmanley/butler-publish-itchio-action@master @@ -53,7 +53,7 @@ jobs: ITCH_GAME: openra ITCH_USER: openra-developers VERSION: ${{ github.event.inputs.tag }} - PACKAGE: OpenRA-${{ github.event.inputs.tag }}}.dmg" + PACKAGE: OpenRA-${{ github.event.inputs.tag }}}.dmg - name: Publish RA AppImage uses: josephbmanley/butler-publish-itchio-action@master