From 20a52e37358941f3bc51505dd2efd8c09179beda Mon Sep 17 00:00:00 2001 From: Wires77 Date: Mon, 11 Jul 2022 22:53:37 -0500 Subject: [PATCH] Fix spacing in installer action file --- .github/workflows/installer.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml index 582e0251..55e2d06b 100644 --- a/.github/workflows/installer.yml +++ b/.github/workflows/installer.yml @@ -16,6 +16,6 @@ jobs: run: 'python3 make_release.py' - name: Upload artifact run: > - echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token; - gh release upload ${{ github.event.release.tag_name }} (Get-ChildItem Dist -File).FullName --clobber -R ${{ github.repository }}; + echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token; + gh release upload ${{ github.event.release.tag_name }} (Get-ChildItem Dist -File).FullName --clobber -R ${{ github.repository }};