Skip to content

Commit

Permalink
Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Dec 25, 2023
1 parent c505cdd commit 158dd90
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 @@ -48,12 +48,12 @@ jobs:
max_attempts: 3
retry_on: error
timeout_minutes: 20
command: sync && node ./node_modules/gulp/bin/gulp.js release --platform=linux64 -LLLL --installer
command: sync && node ./node_modules/gulp/bin/gulp.js release --platform=linux64 --installer
continue-on-error: true
- name: build linux64 release 2
id: build2
if: steps.build1.outcome == 'failure'
run: node ./node_modules/gulp/bin/gulp.js release --platform=linux64 -LLLL --installer
run: node ./node_modules/gulp/bin/gulp.js release --platform=linux64 --installer
- name: Upload deb
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 158dd90

Please sign in to comment.