Skip to content

Commit 8dbc6d4

Browse files
committed
wip6
1 parent 3452e64 commit 8dbc6d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/package_core.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -216,16 +216,16 @@ jobs:
216216
CORE_TAG: ${{ needs.package-core.outputs.CORE_TAG }}
217217
PACKAGE_INDEX_JSON: zephyr-core-${{ needs.package-core.outputs.CORE_TAG }}.json
218218
steps:
219-
- uses: actions/download-artifact@v4
220-
with:
221-
name: ${{ env.CORE_ARTIFACT }}
222-
223219
- uses: actions/checkout@v4
224220
with:
225221
sparse-checkout: |
226222
extra/gen_package_index_json.sh
227223
extra/zephyr-core-template.json
228224
225+
- uses: actions/download-artifact@v4
226+
with:
227+
name: ${{ env.CORE_ARTIFACT }}
228+
229229
# uses: ARTIFACT_FILE CORE_TAG PACKAGE_INDEX_JSON
230230
- name: Prepare package index snippet
231231
run: |

0 commit comments

Comments
 (0)