File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
- name : Download assets
34
34
working-directory : ./scripts
35
35
if : steps.restore-assets.outputs.cache-hit != 'true'
36
- run : python download_assets.py
36
+ run : python download_assets.py --outdir "../assets"
37
37
38
38
- name : Restore Vcpkg artifacts
39
39
id : restore-vcpkg-artifacts
@@ -142,7 +142,7 @@ jobs:
142
142
- name : Download assets
143
143
working-directory : ./scripts
144
144
if : steps.restore-assets.outputs.cache-hit != 'true'
145
- run : python download_assets.py
145
+ run : python download_assets.py --outdir "../assets"
146
146
147
147
- name : Restore Vcpkg
148
148
id : restore-vcpkg-artifacts
@@ -224,7 +224,7 @@ jobs:
224
224
- name : Download assets
225
225
working-directory : ./scripts
226
226
if : steps.restore-assets.outputs.cache-hit != 'true'
227
- run : python download_assets.py
227
+ run : python download_assets.py --outdir "../assets"
228
228
229
229
- name : Restore Vcpkg
230
230
id : restore-vcpkg-artifacts
You can’t perform that action at this time.
0 commit comments