Skip to content

Commit

Permalink
Fix paths in tarballs
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky committed Dec 20, 2021
1 parent f5a226a commit 76c87bc
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 $dir
tar -C $(dirname $dir) czf release/$name.tar.gz $dir
done
ls -l release/
- name: Release
Expand Down

0 comments on commit 76c87bc

Please sign in to comment.