Skip to content

Commit cf19ed4

Browse files
committed
ci: publish: get needed files from source
The script and template files are not part of the packaged core, so they must be fetched from the source tree before being used.
1 parent b8f9668 commit cf19ed4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .github/workflows/package_core.yml

+6
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,12 @@ jobs:
181181
- name: Upload artifact
182182
run: aws s3 cp ${{ env.CORE_ARTIFACT }}.tar.bz2 s3://${{ secrets.S3_BUCKET }}/
183183

184+
- uses: actions/checkout@v4
185+
with:
186+
sparse-checkout: |
187+
extra/gen_package_index_json.sh
188+
extra/zephyr-core-template.json
189+
184190
- name: Prepare package index snippet
185191
run: ./extra/gen_package_index_json.sh
186192

0 commit comments

Comments
 (0)