summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfalkTX <falktx@falktx.com>2021-07-31 15:17:44 +0100
committerfalkTX <falktx@falktx.com>2021-07-31 15:17:44 +0100
commitee3eeea91bceb8898ae643a33fe1fc6eb20f1aca (patch)
treebe5287d46242d278e97f6aeb238b9a93e598c192
parentea6933571b93eaf0fd9098fcb777bd9205c1e1c8 (diff)
downloadjack2-ee3eeea91bceb8898ae643a33fe1fc6eb20f1aca.tar.gz
Update windows installers as artifacts
Signed-off-by: falkTX <falktx@falktx.com>
-rw-r--r--.github/workflows/build.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2a19cc76..14c88fdb 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -188,6 +188,10 @@ jobs:
echo "#define VERSION \"${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}\"" > version.iss
wine ${WINEPREFIX}/drive_c/InnoSeup/ISCC.exe win32-mini.iss
popd
+ - uses: actions/upload-artifact@v2
+ with:
+ name: jack2-win32-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}
+ path: windows/inno/jack2-*.exe
# linux with win64 cross-compilation
win64:
@@ -269,3 +273,7 @@ jobs:
echo "#define VERSION \"${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}\"" > version.iss
wine64 ${WINEPREFIX}/drive_c/InnoSeup/ISCC.exe win64-mini.iss
popd
+ - uses: actions/upload-artifact@v2
+ with:
+ name: jack2-win64-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}
+ path: windows/inno/jack2-*.exe