Workaround for https://github.com/cli/cli/issues/7283
This commit is contained in:
3
.github/workflows/installer.yml
vendored
3
.github/workflows/installer.yml
vendored
@@ -2,6 +2,8 @@ name: Create new installer
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
jobs:
|
||||
release:
|
||||
runs-on: windows-latest
|
||||
@@ -16,6 +18,5 @@ 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 }};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user