diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 31e0b19..3f65103 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -88,6 +88,12 @@ jobs: with: files: client/dist/ dest: client_${{ github.event.number }}.zip + - uses: actions/upload-artifact@v4 + with: + name: client_${{ github.event.number }}.zip + path: client_${{ github.event.number }}.zip + retention-days: 10 + overwrite: true client-docker-build: name: Build Client Docker image