Fix parth typo
This commit is contained in:
parent
ea92de5b06
commit
118f887245
1 changed files with 1 additions and 1 deletions
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…
Reference in a new issue