File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -17,25 +17,21 @@ jobs:
1717 - build : ubuntu-x64
1818 os : ubuntu-latest
1919 triplet : x64-linux-release
20- upload-path : /home/runner/.cache/vcpkg/archives
2120 vcpkg-root : /usr/local/share/vcpkg
2221 extra-args : " "
2322 - build : windows-x64
2423 os : windows-latest
2524 triplet : x64-win-llvm-static-release
26- upload-path : C:\Users\runneradmin\AppData\Local\vcpkg\archives
2725 vcpkg-root : C:\vcpkg
2826 extra-args : --overlay-triplets=./triplets
2927 - build : macos-x64
3028 os : macos-latest
3129 triplet : x64-osx-release
32- upload-path : /Users/runner/.cache/vcpkg/archives
3330 vcpkg-root : /usr/local/share/vcpkg
3431 extra-args : " "
3532 - build : macos-arm64
3633 os : macos-latest
3734 triplet : arm64-osx-release
38- upload-path : /Users/runner/.cache/vcpkg/archives
3935 vcpkg-root : /usr/local/share/vcpkg
4036 extra-args : " "
4137
6662 - uses : actions/upload-artifact@v3
6763 with :
6864 name : ffmpeg-${{ matrix.build }}
69- path : ${{ matrix.upload-path }}
65+ path : ${{ matrix.vcpkg-root }}/packages/ffmpeg_${{ matrix.triplet }}/lib
7066 if : ${{ always() }}
You can’t perform that action at this time.
0 commit comments