Upload build / update release on updates to master

This commit is contained in:
Ethan Roseman 2022-07-02 02:18:03 +09:00
parent 29f93f0d1c
commit b84567268c
No known key found for this signature in database
GPG Key ID: 27F9FCEB8E4969BD
1 changed files with 13 additions and 0 deletions

View File

@ -21,3 +21,16 @@ jobs:
unzip GC_WII_COMPILERS.zip
MWCIncludes=. ./wibo GC/2.7/mwcceppc.exe -c test/test.c
file test.o
- name: Upload build
uses: actions/upload-artifact@v2
with:
name: wibo
path: wibo
- name: Update release
uses: johnwbyrd/update-release@v1.0.0
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
with:
token: ${{ secrets.GITHUB_TOKEN }}
files: wibo