Skip to content

Commit 6dc7606

Browse files
committed
step
1 parent 172847a commit 6dc7606

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/package_core.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,11 @@ jobs:
195195
CORE_ARTIFACT: ArduinoCore-${{ matrix.artifact }}-${{ needs.build-env.outputs.CORE_HASH }}
196196
if: ${{ !cancelled() && needs.build-env.result == 'success' }}
197197
steps:
198+
- uses: actions/checkout@v4
199+
with:
200+
fetch-depth: 0
201+
persist-credentials: false
202+
198203
- uses: actions/download-artifact@v4
199204
with:
200205
name: ${{ env.CORE_ARTIFACT }}

0 commit comments

Comments
 (0)