Skip to content

Commit

Permalink
create apps folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Dec 25, 2023
1 parent 188af6f commit 383c4fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
run: curl -o /tmp/node.tar.xz https://nodejs.org/dist/v20.10.0/node-v20.10.0-linux-x64.tar.xz && sudo tar --strip-components=1 -xJvf /tmp/node.tar.xz -C /usr/local
- name: Install deps
run: npm install
- name: Create apps folder
run: mkdir -p apps
- name: build linux64 release
run: node ./node_modules/gulp/bin/gulp.js release --platform=linux64
- name: build win64 release
Expand Down

0 comments on commit 383c4fe

Please sign in to comment.