diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b1cb6cb..3a2c4bc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: