Skip to content

Commit 8fcdb3c

Browse files
committed
step
1 parent 3a9ac75 commit 8fcdb3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/package_core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,7 @@ jobs:
635635
path: snippets/
636636

637637
ci-builds-upload:
638+
uses: ./.github/workflows/ci_builds_upload.yml
638639
name: Upload to ci-builds
639640
if: ${{ github.event_name == 'push' && github.repository == 'arduino/ArduinoCore-zephyr' }}
640641
environment: ci-builds
@@ -644,7 +645,6 @@ jobs:
644645
- prepare-json
645646
permissions:
646647
id-token: write # required to obtain the OIDC token
647-
uses: ./.github/workflows/ci_builds_upload.yml
648648
with:
649649
artifact: snippets-${{ needs.build-env.outputs.CORE_TAG }}
650650
version: ${{ needs.build-env.outputs.CORE_VER }}

0 commit comments

Comments
 (0)