CI: Fix MSVC tarball filename
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -1211,7 +1211,7 @@ jobs:
|
|||||||
- name: Extract Windows MSVC dependencies
|
- name: Extract Windows MSVC dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
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/
|
mv strawberry_msvc_${{matrix.arch}}_${{matrix.build_type}} /c/
|
||||||
|
|
||||||
- name: Update PATH
|
- name: Update PATH
|
||||||
|
|||||||
Reference in New Issue
Block a user