try 2: remove pre-built ffmpeg and vulkan libraries

This commit is contained in:
rofl0r 2022-02-11 15:18:11 +00:00
parent e9ae4ac9d7
commit 80cbe20ed5

View File

@ -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"