Skip to content

Commit

Permalink
List files
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Dec 25, 2023
1 parent 8b1663c commit 66b45e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
- name: List files
run: ls -lR .
- name: build linux64 release
run: node ./node_modules/gulp/bin/gulp.js release --platform=linux64 -LLLL
run: node ./node_modules/gulp/bin/gulp.js release --platform=linux64 -LLLL --installer
- name: List files 2
run: ls -lR .
- name: build win64 release
run: node ./node_modules/gulp/bin/gulp.js release --platform=win64
run: node ./node_modules/gulp/bin/gulp.js release --platform=win64 --installer
- name: List files 3
run: ls -lR .
- name: Upload artifacts
Expand Down

0 comments on commit 66b45e0

Please sign in to comment.