This commit is contained in:
Wires77
2023-04-28 14:53:03 -05:00
committed by GitHub
parent b02645cc5c
commit 1215132b2b

View File

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