We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36383e4 commit 4d8d077Copy full SHA for 4d8d077
.github/workflows/publish-go-nightly-task.yml
@@ -186,6 +186,13 @@ jobs:
186
sha256sum $artifact >> ${TAG}-checksums.txt
187
done
188
189
+ - name: Upload artifacts
190
+ uses: actions/upload-artifact@v3
191
+ with:
192
+ if-no-files-found: error
193
+ name: ${{ env.ARTIFACT_NAME }}
194
+ path: ${{ env.DIST_DIR }}
195
+
196
# - name: Upload release files on Arduino downloads servers
197
# uses: docker://plugins/s3
198
# env:
0 commit comments