We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172847a commit 6dc7606Copy full SHA for 6dc7606
.github/workflows/package_core.yml
@@ -195,6 +195,11 @@ jobs:
195
CORE_ARTIFACT: ArduinoCore-${{ matrix.artifact }}-${{ needs.build-env.outputs.CORE_HASH }}
196
if: ${{ !cancelled() && needs.build-env.result == 'success' }}
197
steps:
198
+ - uses: actions/checkout@v4
199
+ with:
200
+ fetch-depth: 0
201
+ persist-credentials: false
202
+
203
- uses: actions/download-artifact@v4
204
with:
205
name: ${{ env.CORE_ARTIFACT }}
0 commit comments