mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
fix
This commit is contained in:
parent
83a58eaad5
commit
00f1c76b4d
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -76,7 +76,7 @@ jobs:
|
|||||||
ls -l
|
ls -l
|
||||||
tar -zvcf compiler.tar.gz compiler
|
tar -zvcf compiler.tar.gz compiler
|
||||||
tar -zvcf nodegit.tar.gz nodegit
|
tar -zvcf nodegit.tar.gz nodegit
|
||||||
sudo rm -rf ${{ env.name }} compiler nodegit
|
sudo rm -rf compiler nodegit
|
||||||
ls -l
|
ls -l
|
||||||
env:
|
env:
|
||||||
name: 'WeChat_Dev_Tools_${{ steps.tag.outputs.tag }}'
|
name: 'WeChat_Dev_Tools_${{ steps.tag.outputs.tag }}'
|
||||||
@ -101,7 +101,7 @@ jobs:
|
|||||||
# pack
|
# pack
|
||||||
tar -zvcf ${{ env.name }}_${{ env.ARCH }}_reduce_wine.tar.gz ${{ env.name }}
|
tar -zvcf ${{ env.name }}_${{ env.ARCH }}_reduce_wine.tar.gz ${{ env.name }}
|
||||||
|
|
||||||
rm -rf appimagetool-x86_64.AppImage
|
rm -rf appimagetool-x86_64.AppImage ${{ env.name }}
|
||||||
env:
|
env:
|
||||||
name: 'WeChat_Dev_Tools_${{ steps.tag.outputs.tag }}'
|
name: 'WeChat_Dev_Tools_${{ steps.tag.outputs.tag }}'
|
||||||
ARCH: '${{ matrix.ARCH }}'
|
ARCH: '${{ matrix.ARCH }}'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user