mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-29 22:24:28 +02:00
Fix parth typo
This commit is contained in:
parent
ea92de5b06
commit
118f887245
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -96,7 +96,7 @@ jobs:
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: ffmpeg
|
||||
parth: artifacts
|
||||
path: artifacts
|
||||
- name: Create release
|
||||
run: hub release create $(for a in artifacts/*; do echo -a $a; done) -m "Auto-Build $(date +'%Y-%m-%d %H:%M')" "${GITHUB_REF##*/}"
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user