actions: include self archive

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2024-08-31 15:36:41 +02:00
parent b67887b63e
commit 316ba7fed9

View file

@ -54,7 +54,11 @@ jobs:
with:
name: pl-fe
path: packages/pl-fe/dist
- name: Include archive
working-directory: ./packages/pl-fe/dist
run: zip -r pl-fe.zip .
- name: Upload Github Pages artifact
uses: actions/upload-pages-artifact@v3
with: