Skip to content

Commit

Permalink
Add --outdir arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-johansson committed Jun 8, 2024
1 parent 98e9221 commit 7fa50cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Download assets
working-directory: ./scripts
if: steps.restore-assets.outputs.cache-hit != 'true'
run: python download_assets.py
run: python download_assets.py --outdir "../assets"

- name: Restore Vcpkg artifacts
id: restore-vcpkg-artifacts
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Download assets
working-directory: ./scripts
if: steps.restore-assets.outputs.cache-hit != 'true'
run: python download_assets.py
run: python download_assets.py --outdir "../assets"

- name: Restore Vcpkg
id: restore-vcpkg-artifacts
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
- name: Download assets
working-directory: ./scripts
if: steps.restore-assets.outputs.cache-hit != 'true'
run: python download_assets.py
run: python download_assets.py --outdir "../assets"

- name: Restore Vcpkg
id: restore-vcpkg-artifacts
Expand Down

0 comments on commit 7fa50cf

Please sign in to comment.