We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3452e64 commit 8dbc6d4Copy full SHA for 8dbc6d4
.github/workflows/package_core.yml
@@ -216,16 +216,16 @@ jobs:
216
CORE_TAG: ${{ needs.package-core.outputs.CORE_TAG }}
217
PACKAGE_INDEX_JSON: zephyr-core-${{ needs.package-core.outputs.CORE_TAG }}.json
218
steps:
219
- - uses: actions/download-artifact@v4
220
- with:
221
- name: ${{ env.CORE_ARTIFACT }}
222
-
223
- uses: actions/checkout@v4
224
with:
225
sparse-checkout: |
226
extra/gen_package_index_json.sh
227
extra/zephyr-core-template.json
228
+ - uses: actions/download-artifact@v4
+ with:
+ name: ${{ env.CORE_ARTIFACT }}
+
229
# uses: ARTIFACT_FILE CORE_TAG PACKAGE_INDEX_JSON
230
- name: Prepare package index snippet
231
run: |
0 commit comments