actions: include self archive
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
b67887b63e
commit
316ba7fed9
1 changed files with 5 additions and 1 deletions
6
.github/workflows/pl-fe.yaml
vendored
6
.github/workflows/pl-fe.yaml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue