Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
kira1928 committed Jun 8, 2024
1 parent 1ebc61d commit 0aabdcb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ffmpeg-${{ matrix.target }}
path: ./{ffmpeg,ffmpeg.exe}
path: ./ffmpeg(.exe)?
if-no-files-found: error

publish_release:
needs: build
Expand Down

0 comments on commit 0aabdcb

Please sign in to comment.