We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6baec6c + ee00494 commit 625038bCopy full SHA for 625038b
.github/workflows/release.yml
@@ -72,6 +72,7 @@ jobs:
72
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73
with:
74
projectPath: apps/desktop
75
+ args: --verbose
76
tagName: ${{ steps.version.outputs.tag }}
77
releaseName: "ADT Studio ${{ steps.version.outputs.tag }}"
78
releaseBody: ""
apps/desktop/src-tauri/tauri.conf.json
@@ -25,7 +25,7 @@
25
},
26
"bundle": {
27
"active": true,
28
- "targets": "all",
+ "targets": ["nsis"],
29
"icon": [
30
"icons/32x32.png",
31
"icons/128x128.png",
@@ -39,7 +39,7 @@
39
"../../../templates/**/*": "templates/",
40
"../../../config.yaml": ".",
41
"../../../config/**/*": "config/",
42
- "../../../assets/styleguides/**/*": "assets/styleguides/"
+ "../../../assets/**/*": "assets/"
43
}
44
45
0 commit comments