diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 000535621ed..76f010eb22a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -161,3 +161,16 @@ jobs: draft: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Upload output artifacts + uses: actions/upload-artifact@v3 + with: + name: ${{ matrix.friendlyName }}-${{ matrix.arch }}-artifacts + path: | + dist/*.AppImage + dist/*.deb + dist/*.rpm + dist/*.exe + dist/*.msi + dist/*.zip + dist/*.app + retention-days: 5