Skip to content

Commit

Permalink
Fix build some more
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrg committed Jan 17, 2025
1 parent 590781e commit 5ee9c0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1783,7 +1783,7 @@ jobs:
- name: Fetch K95
uses: actions/download-artifact@v4
with:
name: k95-vc14.2-x86
name: k95-vs2022-x86
path: ${{ github.workspace }}\dist
- name: Prepare Documentation
run: |
Expand All @@ -1810,7 +1810,7 @@ jobs:
- name: Fetch K95
uses: actions/download-artifact@v4
with:
name: k95-vc14.2-x86
name: k95-vs2022-x86
path: ${{ github.workspace }}\dist
- name: Prepare Documentation
run: |
Expand Down Expand Up @@ -1838,7 +1838,7 @@ jobs:
- name: Fetch K95
uses: actions/download-artifact@v4
with:
name: k95-vc14.2-x86
name: k95-vs2022-x86
path: ${{ github.workspace }}\dist
- name: Prepare Documentation
run: |
Expand Down

0 comments on commit 5ee9c0d

Please sign in to comment.