Skip to content

Commit 815b34e

Browse files
Upload nightly artifacts for testing
1 parent fc451bc commit 815b34e

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
@@ -182,6 +182,13 @@ jobs:
182182
TAG="nightly-$(date -u +"%Y%m%d")"
183183
sha256sum ${{ env.PROJECT_NAME }}_${TAG}* >> ${TAG}-checksums.txt
184184
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+
185192
# - name: Upload release files on Arduino downloads servers
186193
# uses: docker://plugins/s3
187194
# env:

0 commit comments

Comments
 (0)