Skip to content

Commit 16a001a

Browse files
committed
Fix MSIX installer path
1 parent af271dc commit 16a001a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
uses: actions/upload-artifact@v3
115115
with:
116116
name: ${{ matrix.target }}-msix
117-
path: ./publish/desktop_adb_file_browser.msix
117+
path: ./build/windows/x64/runner/Release/desktop_adb_file_browser.msix
118118
if-no-files-found: error
119119

120120
# - name: Upload Windows MSIX installer

0 commit comments

Comments
 (0)