Skip to content

Commit

Permalink
Fix tar command
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky committed Dec 24, 2021
1 parent 2ec7278 commit e9225e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
for dir in ffmpeg-*/ffmpeg-*
do
name=$(basename $dir)
tar -C $(dirname $dir) czf release/$name.tar.gz $dir
tar czf release/$name.tar.gz -C $(dirname $dir) $dir
done
ls -l release/
- name: Release
Expand Down

0 comments on commit e9225e2

Please sign in to comment.