Fix spacing in installer action file
This commit is contained in:
4
.github/workflows/installer.yml
vendored
4
.github/workflows/installer.yml
vendored
@@ -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 }};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user