We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f9668 commit cf19ed4Copy full SHA for cf19ed4
.github/workflows/package_core.yml
@@ -181,6 +181,12 @@ jobs:
181
- name: Upload artifact
182
run: aws s3 cp ${{ env.CORE_ARTIFACT }}.tar.bz2 s3://${{ secrets.S3_BUCKET }}/
183
184
+ - uses: actions/checkout@v4
185
+ with:
186
+ sparse-checkout: |
187
+ extra/gen_package_index_json.sh
188
+ extra/zephyr-core-template.json
189
+
190
- name: Prepare package index snippet
191
run: ./extra/gen_package_index_json.sh
192
0 commit comments