Skip to content

Commit 849226d

Browse files
authored
Merge pull request #132 from per1234/asset-warning-comment
Add explanatory comment re: release asset upload warning
2 parents 7a16ecd + a1bb141 commit 849226d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

workflow-templates/dependabot/workflow-template-copies/.github/workflows/release-go-task.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

workflow-templates/release-go-task.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)