1 parent c5a0c09 commit d4b8412Copy full SHA for d4b8412
1 file changed
.github/workflows/release.yml
@@ -35,7 +35,6 @@ jobs:
35
36
- name: Prepare
37
run: |
38
- cd compiler && npm install
39
echo "$UID, $GID"
40
41
- name: Generate TAG
@@ -70,16 +69,13 @@ jobs:
70
69
cd ..
71
tar -zcf tmp/src/src-linux.tar.gz bin nwjs package.nw tools
72
73
- - name: Compress nodegit compiler
+ - name: Compress nodegit
74
75
ls -l
76
mkdir -p tmp/build
77
cp -r package.nw/node_modules/nodegit .
78
- sudo rm -rf compiler/test
79
- tar -zcf compiler.tar.gz compiler
80
tar -zcf nodegit.tar.gz nodegit
81
mv nodegit.tar.gz tmp/build
82
- mv compiler.tar.gz tmp/build
83
cd tmp/build
84
85
0 commit comments