Skip to content

Commit b3664cd

Browse files
Upload nightly artifacts for testing
1 parent 9fed4a9 commit b3664cd

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
@@ -179,6 +179,13 @@ jobs:
179179
TAG="nightly-$(date -u +"%Y%m%d")"
180180
sha256sum ${{ env.PROJECT_NAME }}_${TAG}* >> ${TAG}-checksums.txt
181181
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+
182189
# - name: Upload release files on Arduino downloads servers
183190
# uses: docker://plugins/s3
184191
# env:

0 commit comments

Comments
 (0)