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