Skip to content

Commit

Permalink
Add overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Mar 19, 2024
1 parent f6e5064 commit 67ff1b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-ffmpeg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
with:
name: artifacts-${{ matrix.arch }}
path: vendor
overwrite: true

build-qemu-stage-2:
needs: build-qemu-stage-1
Expand Down Expand Up @@ -124,6 +125,7 @@ jobs:
with:
name: artifacts-${{ matrix.arch }}
path: vendor
overwrite: true

build-qemu-stage-3:
needs: build-qemu-stage-2
Expand Down Expand Up @@ -164,3 +166,4 @@ jobs:
with:
name: output
path: output/
overwrite: true

0 comments on commit 67ff1b7

Please sign in to comment.