Skip to content

Commit 4d8d077

Browse files
Upload nightly artifacts for testing
1 parent 36383e4 commit 4d8d077

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: .github/workflows/publish-go-nightly-task.yml

+7
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,13 @@ jobs:
186186
sha256sum $artifact >> ${TAG}-checksums.txt
187187
done
188188
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+
189196
# - name: Upload release files on Arduino downloads servers
190197
# uses: docker://plugins/s3
191198
# env:

0 commit comments

Comments
 (0)