mirror of
https://github.com/home-assistant/core.git
synced 2026-04-06 23:47:33 +00:00
Restore build context also in build_python
This commit is contained in:
9
.github/workflows/builder.yml
vendored
9
.github/workflows/builder.yml
vendored
@@ -484,15 +484,10 @@ jobs:
|
||||
with:
|
||||
python-version-file: ".python-version"
|
||||
|
||||
- name: Download translations
|
||||
- name: Download build context overlay
|
||||
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||
with:
|
||||
name: translations
|
||||
|
||||
- name: Extract translations
|
||||
run: |
|
||||
tar xvf translations.tar.gz
|
||||
rm translations.tar.gz
|
||||
name: build-context
|
||||
|
||||
- name: Build package
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user