Skip to content

Commit

Permalink
fix: ci (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs authored Jul 7, 2024
1 parent c5a0c09 commit d4b8412
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:

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

0 comments on commit d4b8412

Please sign in to comment.