Fixe 'expose_as' contenant un caractère interdit

This commit is contained in:
Simon Pistache 2023-05-13 10:24:06 +02:00
parent 6cae40e2e8
commit 16abe31b34

View File

@ -24,7 +24,7 @@ variables:
- npm run start
- cat ${ENTRY_FOLDER}/${PACKAGE_NAME}/theme.json
artifacts:
expose_as: "theme.json"
expose_as: "theme-json"
paths:
- ${ENTRY_FOLDER}/${PACKAGE_NAME}/theme.json
when: on_success