Skip to content

Commit d73b4ab

Browse files
authored
Update build.yaml
1 parent b423309 commit d73b4ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,13 +181,13 @@ jobs:
181181
- name: Download x86_64 binaries
182182
uses: actions/download-artifact@v4
183183
with:
184-
name: artifact-macOS_x86_64_${{ matrix.mode }}
184+
name: macOS_x86_64_${{ matrix.mode }}
185185
path: output/x86_64
186186

187187
- name: Download arm64 binaries
188188
uses: actions/download-artifact@v4
189189
with:
190-
name: artifact-macOS_arm64_${{ matrix.mode }}
190+
name: macOS_arm64_${{ matrix.mode }}
191191
path: output/arm64
192192

193193
- run: ls -R output

0 commit comments

Comments
 (0)