Upload to GitHub Releases

(only when building from main branch)
pull/2/head
probonopd 2 years ago committed by GitHub
parent 5b466067fd
commit 4b70e3c550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/build.yml

@ -31,5 +31,11 @@ jobs:
cd ..
- name: Build MiniDexed
run: |
cd src
make -j$(nproc)
ls *.img
- name: Upload to GitHub Releases (only when building from main branch)
if: ${{ github.ref == 'refs/heads/main' }}
run: |
wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
bash ./upload.sh ./*img

Loading…
Cancel
Save