nicolium: remove some occurrences of the pl-fe name

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-02 21:17:34 +01:00
parent b701081341
commit 38df202de8
10 changed files with 13 additions and 23 deletions

View File

@ -53,7 +53,7 @@ jobs:
- name: Include archive
working-directory: ./packages/nicolium/dist
run: zip -r ../pl-fe.zip .
run: zip -r ../nicolium.zip .
- name: Build with landing page
env:
@ -62,7 +62,7 @@ jobs:
run: |
WITH_LANDING_PAGE=true yarn build
cp dist/index.html dist/404.html
cp pl-fe.zip dist/pl-fe.zip
cp nicolium.zip dist/pl-fe.zip
- name: Install pl-api deps
working-directory: ./packages/pl-api