Skip to content

Commit 7fa50cf

Browse files
Add --outdir arguments
1 parent 98e9221 commit 7fa50cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Download assets
3434
working-directory: ./scripts
3535
if: steps.restore-assets.outputs.cache-hit != 'true'
36-
run: python download_assets.py
36+
run: python download_assets.py --outdir "../assets"
3737

3838
- name: Restore Vcpkg artifacts
3939
id: restore-vcpkg-artifacts
@@ -142,7 +142,7 @@ jobs:
142142
- name: Download assets
143143
working-directory: ./scripts
144144
if: steps.restore-assets.outputs.cache-hit != 'true'
145-
run: python download_assets.py
145+
run: python download_assets.py --outdir "../assets"
146146

147147
- name: Restore Vcpkg
148148
id: restore-vcpkg-artifacts
@@ -224,7 +224,7 @@ jobs:
224224
- name: Download assets
225225
working-directory: ./scripts
226226
if: steps.restore-assets.outputs.cache-hit != 'true'
227-
run: python download_assets.py
227+
run: python download_assets.py --outdir "../assets"
228228

229229
- name: Restore Vcpkg
230230
id: restore-vcpkg-artifacts

0 commit comments

Comments
 (0)