Skip to content

Commit 1ca815c

Browse files
authored
Update msix.yml with /x64 in the release path
1 parent 82dcc54 commit 1ca815c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/msix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Create Release
4444
uses: softprops/action-gh-release@v0.1.15
4545
with:
46-
files: build/windows/runner/Release/Dashboard.msix
46+
files: build/windows/x64/runner/Release/Dashboard.msix
4747
name: ${{ github.ref_name }}
4848
generate_release_notes: true
4949
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)