From 3b917ba7591c1b154bd9487971837ac24592d3ad Mon Sep 17 00:00:00 2001 From: dj2ls Date: Tue, 11 Jan 2022 15:29:17 +0100 Subject: [PATCH] github windows action update --- .github/workflows/build-project.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-project.yml b/.github/workflows/build-project.yml index 13fa8c01..d32bb42b 100644 --- a/.github/workflows/build-project.yml +++ b/.github/workflows/build-project.yml @@ -105,9 +105,16 @@ jobs: chmod +x ./gui-bundle/tnc chmod +x ./gui-bundle/daemon cd ./gui-bundle - zip -r FreeDATA_windows.zip . ls -R - + + - name: Archive Release + uses: thedoctor0/zip-release@master + with: + type: 'zip' + filename: 'FreeDATA_windows.zip' + directory: ./gui-bundle/ + path: . + #exclusions: '*.git* /*node_modules/* .editorconfig' - name: Upload Windows GUI Bundle artifacts uses: actions/upload-artifact@v2 @@ -247,6 +254,9 @@ jobs: cd ./gui-bundle zip -r FreeDATA_linux.zip . ls -R + + + - name: Upload Ubuntu GUI Bundle artifacts uses: actions/upload-artifact@v2