Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Dec 25, 2023
1 parent b9514d9 commit efa0823
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,7 @@ jobs:
retry_on: error
timeout_minutes: 20
command: sync && node --max-old-space-size=4096 ./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 --installer
continue-on-error: true
#continue-on-error: true
- name: Upload deb
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit efa0823

Please sign in to comment.