Use github-cli to upload installers
This commit is contained in:
committed by
Christoph Reiter
parent
17b1d7ee2d
commit
14c8d38bc1
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@@ -125,9 +125,8 @@ jobs:
|
||||
with:
|
||||
name: installer
|
||||
|
||||
- uses: eine/tip@master
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
tag: nightly-x86_64
|
||||
rm: true
|
||||
files: msys2-*
|
||||
- name: Upload Installers
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
gh release upload nightly-x86_64 msys2-* --clobber -R ${{ github.repository }}
|
||||
|
||||
Reference in New Issue
Block a user