Skip to content

Commit

Permalink
github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
evandor committed Apr 10, 2024
1 parent 1b9940a commit b6cd280
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/electron-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
echo "token: ${{ secrets.GH_TOKEN }}"
yarn install
npm run "build electron (publish)"
# - uses: AButler/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion quasar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ module.exports = configure(function (ctx) {
publish: {
'provider': 'github',
'private': false,
'timeout': 240000
'timeout': 480000
}
}
},
Expand Down

0 comments on commit b6cd280

Please sign in to comment.