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