Skip to content

Commit

Permalink
Export vcpkg packages
Browse files Browse the repository at this point in the history
  • Loading branch information
elsid committed Mar 6, 2024
1 parent 59ca659 commit 481cee0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ jobs:
openmw-osg
sdl2
- name: Archive vcpkg installed packages
run: 7z a ${{ github.workspace }}/openmw-deps-vcpkg-x64-windows-static-${{ github.sha }}.7z 'C:/vcpkg/installed' 'C:/vcpkg/scripts'
- name: Export installed vcpkg packages
run: vcpkg export --x-all-installed --7zip --output ${{ github.workspace }}/openmw-deps-vcpkg-x64-windows-static-${{ github.sha }}

- name: Store archived vcpkg
- name: Store exported vcpkg packages
uses: actions/upload-artifact@v4
with:
name: openmw-deps-vcpkg-x64-windows-static-${{ github.sha }}
Expand Down Expand Up @@ -196,10 +196,10 @@ jobs:
openmw-osg
sdl2
- name: Archive vcpkg installed packages
run: 7z a ${{ github.workspace }}/openmw-deps-vcpkg-x64-windows-${{ github.sha }}.7z 'C:/vcpkg/installed' 'C:/vcpkg/scripts'
- name: Export installed vcpkg packages
run: vcpkg export --x-all-installed --7zip --output ${{ github.workspace }}/openmw-deps-vcpkg-x64-windows-${{ github.sha }}

- name: Store archived vcpkg
- name: Store exported vcpkg packages
uses: actions/upload-artifact@v4
with:
name: openmw-deps-vcpkg-x64-windows-${{ github.sha }}
Expand Down

0 comments on commit 481cee0

Please sign in to comment.