Skip to content

Commit bb023f6

Browse files
committed
fix zip distribution
1 parent cee71d8 commit bb023f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-test-distribute.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,24 +152,24 @@ jobs:
152152
timeout-minutes: 60
153153
runs-on: windows-2019
154154
env:
155-
vcpkg_version: ${{ needs.config.outputs.vcpkg_version }}
155+
vs19_vcpkg_version: ${{ needs.config.outputs.vs19_vcpkg_version }}
156156
steps:
157157
- name: Checkout
158158
uses: actions/checkout@v4
159159
with:
160160
submodules: true
161161

162-
- name: Checkout Vcpkg ${{env.vcpkg_version}}
162+
- name: Checkout Vcpkg ${{env.vs19_vcpkg_version}}
163163
working-directory: C:\vcpkg
164164
run: |
165165
git fetch
166-
git checkout ${{env.vcpkg_version}}
166+
git checkout ${{env.vs19_vcpkg_version}}
167167
168168
- name: Restore Vcpkg Cache
169169
uses: actions/cache@v4
170170
id: vcpkg-cache
171171
with:
172-
key: vcpkg-cache-${{env.vcpkg_version}}
172+
key: vcpkg-cache-${{env.vs19_vcpkg_version}}
173173
path: |
174174
C:\vcpkg\*
175175

0 commit comments

Comments
 (0)