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