Skip to content

Commit 082e6f4

Browse files
KhoraLeeAniLeo
authored andcommitted
ci: change upload path to directly upload libraries
1 parent a680fd4 commit 082e6f4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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

@@ -66,5 +62,5 @@ jobs:
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() }}

0 commit comments

Comments
 (0)