We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6529e20 + 8fb3d1b commit f93350fCopy full SHA for f93350f
.github/workflows/publish-go-nightly-task.yml
@@ -100,8 +100,7 @@ jobs:
100
- name: Download artifacts
101
uses: actions/download-artifact@v4
102
with:
103
- pattern: ${{ env.ARTIFACT_PREFIX }}*
104
- merge-multiple: true
+ name: ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
105
path: ${{ env.DIST_DIR }}
106
107
- name: Import Code-Signing Certificates
.github/workflows/release-go-task.yml
@@ -109,8 +109,7 @@ jobs:
109
110
111
112
113
114
115
116
0 commit comments