Skip to content

Commit

Permalink
changing config builds
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelernestog committed Feb 12, 2024
1 parent ad61ab8 commit 0917336
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
draft: true
repository: manuelernestog/weektodo
files: |
dist/*.exe
dist/*.dmg
dist/*.AppImage
dist/*.snap
dist/*.deb
dist/*.rpm
dist_electron//*.exe
dist_electron//*.dmg
dist_electron//*.AppImage
dist_electron//*.snap
dist_electron//*.deb
dist_electron//*.rpm
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = {
},
mac: {
category: "public.app-category.productivity",
target: ["dmg", "pkg"],
target: ["dmg"],
},
},
},
Expand Down

0 comments on commit 0917336

Please sign in to comment.