1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-24 10:51:01 +01:00

Add translations to nightly artifacts (#13409)

This commit is contained in:
Steve Repsher
2022-08-19 08:57:58 -04:00
committed by GitHub
parent 5c16447eed
commit 196456d0c4

View File

@@ -55,9 +55,19 @@ jobs:
rm -rf dist home_assistant_frontend.egg-info
python3 -m build
- name: Archive translations
run: tar -czvf translations.tar.gz translations
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist/home_assistant_frontend*.whl
if-no-files-found: error
- name: Upload translations
uses: actions/upload-artifact@v3
with:
name: translations
path: translations.tar.gz
if-no-files-found: error