File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
dependabot/workflow-template-copies/.github/workflows Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,8 @@ jobs:
147147 bodyFile : ${{ env.DIST_DIR }}/CHANGELOG.md
148148 draft : false
149149 prerelease : ${{ steps.prerelease.outputs.IS_PRE }}
150+ # NOTE: "Artifact is a directory" warnings are expected and don't indicate a problem
151+ # (all the files we need are in the DIST_DIR root)
150152 artifacts : ${{ env.DIST_DIR }}/*
151153
152154 - name : Upload release files on Arduino downloads servers
Original file line number Diff line number Diff line change @@ -147,6 +147,8 @@ jobs:
147147 bodyFile : ${{ env.DIST_DIR }}/CHANGELOG.md
148148 draft : false
149149 prerelease : ${{ steps.prerelease.outputs.IS_PRE }}
150+ # NOTE: "Artifact is a directory" warnings are expected and don't indicate a problem
151+ # (all the files we need are in the DIST_DIR root)
150152 artifacts : ${{ env.DIST_DIR }}/*
151153
152154 - name : Upload release files on Arduino downloads servers
You can’t perform that action at this time.
0 commit comments