We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae74a3f commit 2e59371Copy full SHA for 2e59371
1 file changed
.github/workflows/webflash.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/download-artifact@v5
21
with:
22
# We named the artifact with the build run_id in the IDF workflow
23
- name: tab5-build-${{ github.event.workflow_run.id }}
+ name: tab5-build
24
# v5 supports cross-run downloads when given run-id & token/permissions
25
run-id: ${{ github.event.workflow_run.id }}
26
path: _dl
0 commit comments