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 6348176 commit 60f9a02Copy full SHA for 60f9a02
.github/workflows/publish-go-nightly-task.yml
@@ -182,6 +182,13 @@ jobs:
182
TAG="nightly-$(date -u +"%Y%m%d")"
183
sha256sum ${{ env.PROJECT_NAME }}_${TAG}* >> ${TAG}-checksums.txt
184
185
+ - name: Upload artifacts
186
+ uses: actions/upload-artifact@v3
187
+ with:
188
+ if-no-files-found: error
189
+ name: ${{ env.ARTIFACT_NAME }}
190
+ path: ${{ env.DIST_DIR }}
191
+
192
# - name: Upload release files on Arduino downloads servers
193
# uses: docker://plugins/s3
194
# env:
0 commit comments