This commit is contained in:
msojocs 2024-07-07 17:04:48 +08:00 committed by GitHub
parent c5a0c09738
commit d4b8412f98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,6 @@ jobs:
- name: Prepare - name: Prepare
run: | run: |
cd compiler && npm install
echo "$UID, $GID" echo "$UID, $GID"
- name: Generate TAG - name: Generate TAG
@ -70,16 +69,13 @@ jobs:
cd .. cd ..
tar -zcf tmp/src/src-linux.tar.gz bin nwjs package.nw tools tar -zcf tmp/src/src-linux.tar.gz bin nwjs package.nw tools
- name: Compress nodegit compiler - name: Compress nodegit
run: | run: |
ls -l ls -l
mkdir -p tmp/build mkdir -p tmp/build
cp -r package.nw/node_modules/nodegit . cp -r package.nw/node_modules/nodegit .
sudo rm -rf compiler/test
tar -zcf compiler.tar.gz compiler
tar -zcf nodegit.tar.gz nodegit tar -zcf nodegit.tar.gz nodegit
mv nodegit.tar.gz tmp/build mv nodegit.tar.gz tmp/build
mv compiler.tar.gz tmp/build
cd tmp/build cd tmp/build
ls -l ls -l