From d8d83eb02eca49a388d7e5aa3b5c52f7edae6ec5 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Tue, 27 Jun 2023 16:12:11 -0700 Subject: [PATCH] ci: upload release --- .github/workflows/build.yml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 295d88f3..bd2884ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: if: steps.cache-dx5.outputs.cache-hit != 'true' run: | cd dx5sdk - C:\msys64\usr\bin\wget.exe https://archive.org/download/idx5sdk/idx5sdk.exe + curl -fLOSs https://archive.org/download/idx5sdk/idx5sdk.exe 7z x .\idx5sdk.exe 7z x .\DX5SDK.EXE @@ -57,8 +57,8 @@ jobs: - name: Summarize Accuracy shell: cmd run: | - C:\msys64\usr\bin\wget.exe https://legoisland.org/download/ISLE.EXE - C:\msys64\usr\bin\wget.exe https://legoisland.org/download/LEGO1.DLL + curl -fLOSs https://legoisland.org/download/ISLE.EXE + curl -fLOSs https://legoisland.org/download/LEGO1.DLL pip install capstone pip install colorama python3 tools/reccmp/reccmp.py -S ISLEPROGRESS.SVG --svg-icon tools/reccmp/isle.png -H ISLEPROGRESS.HTML ISLE.EXE Release/ISLE.EXE Release/ISLE.PDB . @@ -74,3 +74,15 @@ jobs: LEGO1PROGRESS.HTML ISLEPROGRESS.SVG LEGO1PROGRESS.SVG + + - name: Upload Continuous Release + shell: bash + run: | + curl -fLOSs https://raw.githubusercontent.com/probonopd/uploadtool/master/upload.sh + ./upload.sh \ + Release/ISLE.EXE \ + Release/LEGO1.DLL \ + Release/ISLEPROGRESS.HTML \ + Release/ISLEPROGRESS.SVG \ + Release/LEGO1PROGRESS.HTML \ + Release/LEGO1PROGRESS.SVG