We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e967d26 commit 126b7c9Copy full SHA for 126b7c9
.github/workflows/build.yml
@@ -68,10 +68,6 @@ jobs:
68
with:
69
name: go-lambda-cleanup-v${{ needs.next-version.outputs.version }}-${{env.GOOS}}-${{env.GOARCH}}.zip
70
path: go-lambda-cleanup-v${{ needs.next-version.outputs.version }}-${{env.GOOS}}-${{env.GOARCH}}.zip
71
- - uses: actions/upload-artifact@v1
72
- with:
73
- name: VERSION.env
74
- path: VERSION.env
75
76
77
darwin-arm64:
0 commit comments