File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
dependabot/workflow-template-copies/.github/workflows Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 56
56
uses : actions/download-artifact@v2
57
57
with :
58
58
name : ${{ env.ARTIFACT_NAME }}
59
- # to ensure compatibility with v1
60
59
path : ${{ env.DIST_DIR }}
61
60
62
61
- name : Import Code-Signing Certificates
@@ -125,7 +124,6 @@ jobs:
125
124
uses : actions/download-artifact@v2
126
125
with :
127
126
name : ${{ env.ARTIFACT_NAME }}
128
- # to ensure compatibility with v1
129
127
path : ${{ env.DIST_DIR }}
130
128
131
129
- name : Upload release files on Arduino downloads servers
Original file line number Diff line number Diff line change 56
56
uses : actions/download-artifact@v2
57
57
with :
58
58
name : ${{ env.ARTIFACT_NAME }}
59
- # to ensure compatibility with v1
60
59
path : ${{ env.DIST_DIR }}
61
60
62
61
- name : Import Code-Signing Certificates
@@ -125,7 +124,6 @@ jobs:
125
124
uses : actions/download-artifact@v2
126
125
with :
127
126
name : ${{ env.ARTIFACT_NAME }}
128
- # to ensure compatibility with v1
129
127
path : ${{ env.DIST_DIR }}
130
128
131
129
- name : Upload release files on Arduino downloads servers
You can’t perform that action at this time.
0 commit comments