Skip to content

Commit 1129601

Browse files
Stop uploading nightly artifacts
1 parent 4d8d077 commit 1129601

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

-7
Original file line numberDiff line numberDiff line change
@@ -186,13 +186,6 @@ 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-
196189
# - name: Upload release files on Arduino downloads servers
197190
# uses: docker://plugins/s3
198191
# env:

0 commit comments

Comments
 (0)