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 98b115e commit 1b9940a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/electron-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:

strategy:
matrix:
# os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-latest]
os: [macos-latest, ubuntu-latest, windows-latest]

steps:
- name: Check out Git repository
Expand Down
3 changes: 2 additions & 1 deletion quasar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,8 @@ module.exports = configure(function (ctx) {
appId: 'tabsets.net',
publish: {
'provider': 'github',
'private': false
'private': false,
'timeout': 240000
}
}
},
Expand Down

0 comments on commit 1b9940a

Please sign in to comment.