CI: Fix MSVC tarball filename

This commit is contained in:
Jonas Kvinge 2023-05-07 11:27:56 +02:00
parent 8184b77b13
commit 279cce49ba
1 changed files with 1 additions and 1 deletions

View File

@ -1211,7 +1211,7 @@ jobs:
- name: Extract Windows MSVC dependencies
shell: bash
run: |
tar -xf /d/a/strawberry-copy/strawberry-copy/downloads/strawberry-msvc-${{matrix.arch}}-${{matrix.build_type}}.tar.xz
tar -xf /d/a/strawberry/strawberry/downloads/strawberry-msvc-${{matrix.arch}}-${{matrix.build_type}}.tar.xz
mv strawberry_msvc_${{matrix.arch}}_${{matrix.build_type}} /c/
- name: Update PATH