From 32d9fb1ec65e6c4f28577af551280bdcbae1edc1 Mon Sep 17 00:00:00 2001 From: Cyanoure Date: Mon, 28 Aug 2023 16:55:03 +0200 Subject: [PATCH] Update artifacts --- .github/workflows/build.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 33f90bb..dd58f01 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,10 +40,16 @@ jobs: - name: Archive build artifacts uses: actions/upload-artifact@v3 with: - name: dist + name: launcher-dist path: | dist/*.exe dist/*.dmg dist/*.AppImage dist/*.blockmap - dist/latest*.yml \ No newline at end of file + dist/latest*.yml + - name: Archive unpacked build artifacts + uses: actions/upload-artifact@v3 + with: + name: launcher-unpacked-dist + path: | + dist/*-unpacked \ No newline at end of file