We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b423309 commit d73b4abCopy full SHA for d73b4ab
1 file changed
.github/workflows/build.yaml
@@ -181,13 +181,13 @@ jobs:
181
- name: Download x86_64 binaries
182
uses: actions/download-artifact@v4
183
with:
184
- name: artifact-macOS_x86_64_${{ matrix.mode }}
+ name: macOS_x86_64_${{ matrix.mode }}
185
path: output/x86_64
186
187
- name: Download arm64 binaries
188
189
190
- name: artifact-macOS_arm64_${{ matrix.mode }}
+ name: macOS_arm64_${{ matrix.mode }}
191
path: output/arm64
192
193
- run: ls -R output
0 commit comments