ci: add upload action to save the zip

This commit is contained in:
Ricardo Campos
2024-10-07 18:52:43 -03:00
parent 69c40419ea
commit 82748e4ac4
+6
View File
@@ -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