Skip to content

Commit 5809f62

Browse files
committedDec 24, 2023
Fixed uploading prebuilt binaries from Docker
- the path here was incorrect
1 parent aabd297 commit 5809f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
if: matrix.node == 18
159159
with:
160160
name: prebuilt-binaries
161-
path: build/stage/*/*
161+
path: prebuilds/*
162162
retention-days: 7
163163

164164
- name: Upload binaries to GitHub Release

0 commit comments

Comments
 (0)
Please sign in to comment.