Skip to content

Commit

Permalink
Fix tarball name
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky committed Dec 20, 2021
1 parent 6f2dda4 commit 7ae74fa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,10 @@ jobs:
run: |
mkdir artifacts/release/
cd artifacts/
dirs=$(find . -name 'ffmpeg-*' -type d)
for dir in $dirs
for dir in ffmpeg-*/ffmpeg-*
do
name=$(basename $dir)
tar cvzf release/$name.tar.gz $dir
tar czf release/$name.tar.gz $dir
done
ls -l release/
- name: Release
Expand Down

0 comments on commit 7ae74fa

Please sign in to comment.