This commit is contained in:
msojocs 2022-02-18 14:15:58 +08:00
parent 65f261273e
commit 93aafe10e0

View File

@ -101,7 +101,7 @@ jobs:
# pack
tar -zvcf ${{ env.name }}_${{ env.ARCH }}_reduce_wine.tar.gz ${{ env.name }}
rm -rf appimagetool-x86_64.AppImage ${{ env.name }}
sudo rm -rf appimagetool-x86_64.AppImage ${{ env.name }}
env:
name: 'WeChat_Dev_Tools_${{ steps.tag.outputs.tag }}'
ARCH: '${{ matrix.ARCH }}'