Skip to content

Commit

Permalink
try 2: remove pre-built ffmpeg and vulkan libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
rofl0r committed Feb 11, 2022
1 parent e9ae4ac commit 80cbe20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
mkdir -p /tmp/$PKGNAME
mv * /tmp/$PKGNAME
mv /tmp/$PKGNAME .
find ffmpeg -name '*.a' -delete
find ext -name '*.dylib' -delete
find $PKGNAME/ffmpeg -name '*.a' -delete
find $PKGNAME/ext -name '*.dylib' -delete
TARBALL=$PKGNAME.tar.xz
tar cJf $TARBALL $PKGNAME
echo "::set-output name=tarball::$TARBALL"
Expand Down

0 comments on commit 80cbe20

Please sign in to comment.