Fix spacing in installer action file

This commit is contained in:
Wires77
2022-07-11 22:53:37 -05:00
committed by GitHub
parent 7dfaa5d61d
commit 20a52e3735

View File

@@ -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 }};