Skip to content

Commit 2fc9f30

Browse files
committed
chore: update CI workflow for Windows executable path
- Modified the path for the Windows executable in the CI workflow to 'src-tauri/target/release/bundle/**/*.exe' to align with the new build output structure.
1 parent d297b05 commit 2fc9f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
uses: actions/upload-artifact@v4
4747
with:
4848
name: Codexia_windows_x64
49-
path: src-tauri/target/release/**/*.exe
49+
path: src-tauri/target/release/bundle/**/*.exe

0 commit comments

Comments
 (0)