Skip to content

Commit 52379da

Browse files
committed
CI fix
1 parent 9350e38 commit 52379da

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Install cargo-wix
6969
run: cargo install cargo-wix
7070
- name: Run cargo-wix
71-
run: cargo wix -p grin-gui -o ./wix/grin-gui-${{ github.ref_name }}-win-x86_64.msi
71+
run: cargo wix -p grin-gui -o ./target/wix/grin-gui-${{ github.ref_name }}-win-x86_64.msi
7272
- name: Create Checksum for MSI
7373
working-directory: target/wix
7474
shell: pwsh

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)