Fix parth typo

This commit is contained in:
BtbN 2020-09-03 17:42:29 +02:00
parent ea92de5b06
commit 118f887245

View file

@ -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: