Skip to content

Commit 75fc6dd

Browse files
committed
fix: update path for Microsoft Store configuration in release workflow
1 parent a169fdc commit 75fc6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
config: ''
168168
os_name: 'windows-x64'
169169
- platform: 'windows-latest'
170-
args: '--config tauri.microsoftstore.conf.json'
170+
args: '--config src-tauri/tauri.microsoftstore.conf.json'
171171
config: 'microsoftstore'
172172
os_name: 'windows-x64'
173173
# - platform: 'macos-latest' # for Arm based macs (M1 and above).

0 commit comments

Comments
 (0)