Skip to content

Commit 8114e21

Browse files
Stop uploading nigthly artifacts
1 parent 630506e commit 8114e21

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
@@ -179,13 +179,6 @@ 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-
189182
# - name: Upload release files on Arduino downloads servers
190183
# uses: docker://plugins/s3
191184
# env:

0 commit comments

Comments
 (0)