mirror of
https://github.com/vanilla-wiiu/vanilla.git
synced 2025-01-22 16:21:48 -05:00
ci: upload continuous release
This commit is contained in:
parent
bfae42ba04
commit
88fc50c7b3
1 changed files with 8 additions and 0 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -30,4 +30,12 @@ jobs:
|
|||
name: Vanilla U (${{ matrix.arch }})
|
||||
path: ${{ github.workspace }}/Vanilla_U-${{ matrix.arch }}.tar.gz
|
||||
|
||||
- name: Upload Continuous Release
|
||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'vanilla-wiiu/vanilla' }}
|
||||
shell: bash
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
curl -fLOSs --retry 2 --retry-delay 60 https://github.com/probonopd/uploadtool/raw/master/upload.sh
|
||||
bash upload.sh Vanilla_U-${{ matrix.arch }}.tar.gz
|
||||
|
||||
|
|
Loading…
Reference in a new issue