Skip to content

Commit 625038b

Browse files
committed
Merge remote-tracking branch 'origin/nicpottier/fix-assets'
2 parents 6baec6c + ee00494 commit 625038b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7373
with:
7474
projectPath: apps/desktop
75+
args: --verbose
7576
tagName: ${{ steps.version.outputs.tag }}
7677
releaseName: "ADT Studio ${{ steps.version.outputs.tag }}"
7778
releaseBody: ""

apps/desktop/src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"bundle": {
2727
"active": true,
28-
"targets": "all",
28+
"targets": ["nsis"],
2929
"icon": [
3030
"icons/32x32.png",
3131
"icons/128x128.png",
@@ -39,7 +39,7 @@
3939
"../../../templates/**/*": "templates/",
4040
"../../../config.yaml": ".",
4141
"../../../config/**/*": "config/",
42-
"../../../assets/styleguides/**/*": "assets/styleguides/"
42+
"../../../assets/**/*": "assets/"
4343
}
4444
}
4545
}

0 commit comments

Comments
 (0)