We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a9ac75 commit 8fcdb3cCopy full SHA for 8fcdb3c
1 file changed
.github/workflows/package_core.yml
@@ -635,6 +635,7 @@ jobs:
635
path: snippets/
636
637
ci-builds-upload:
638
+ uses: ./.github/workflows/ci_builds_upload.yml
639
name: Upload to ci-builds
640
if: ${{ github.event_name == 'push' && github.repository == 'arduino/ArduinoCore-zephyr' }}
641
environment: ci-builds
@@ -644,7 +645,6 @@ jobs:
644
645
- prepare-json
646
permissions:
647
id-token: write # required to obtain the OIDC token
- uses: ./.github/workflows/ci_builds_upload.yml
648
with:
649
artifact: snippets-${{ needs.build-env.outputs.CORE_TAG }}
650
version: ${{ needs.build-env.outputs.CORE_VER }}
0 commit comments