Skip to content

Commit

Permalink
increase verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Dec 25, 2023
1 parent 383c4fe commit d4a87af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Create apps folder
run: mkdir -p apps
- name: build linux64 release
run: node ./node_modules/gulp/bin/gulp.js release --platform=linux64
run: node ./node_modules/gulp/bin/gulp.js release --platform=linux64 -LLLL
- name: build win64 release
run: node ./node_modules/gulp/bin/gulp.js release --platform=win64
- name: Upload artifacts
Expand Down

0 comments on commit d4a87af

Please sign in to comment.