mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-30 06:34:32 +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
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ffmpeg
|
name: ffmpeg
|
||||||
parth: artifacts
|
path: artifacts
|
||||||
- name: Create release
|
- 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##*/}"
|
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:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user