Skip to content

Commit ea9da33

Browse files
committed
ci: ensure download-artifact places files into build-<os>_<arch> directory
1 parent c8c9734 commit ea9da33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ jobs:
219219
- uses: actions/download-artifact@v4
220220
with:
221221
name: build-${{ matrix.goos }}_${{ matrix.goarch }}
222+
path: ./build-${{ matrix.goos }}_${{ matrix.goarch }}
222223

223224
- name: List build artifact files
224225
run: |

0 commit comments

Comments
 (0)