Skip to content

Commit c39cb28

Browse files
committed
attempt to resolve CI errors
1 parent 136e52c commit c39cb28

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,14 @@ jobs:
162162
with:
163163
global-json-file: global.json
164164

165+
- name: Create dist directory
166+
run: mkdir -p ./dist
167+
165168
- name: Download Binaries
166169
uses: actions/download-artifact@v4
167170
with:
168171
name: binaries-${{ matrix.runner-os }}
169-
path: dist
172+
path: ./dist
170173

171174
- name: Copy binary to root (linux)
172175
if: matrix.runner-os == 'ubuntu-latest'

0 commit comments

Comments
 (0)