Skip to content

Commit

Permalink
Fix tar command (one more attempt)
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky committed Dec 24, 2021
1 parent e9225e2 commit 68c41e6
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 czf release/$name.tar.gz -C $(dirname $dir) $dir
tar czf release/$name.tar.gz -C $(dirname $dir) $name
done
ls -l release/
- name: Release
Expand Down

0 comments on commit 68c41e6

Please sign in to comment.