Skip to content

Commit dcd5459

Browse files
authored
Update build-and-sign-win-installer.yml unsigned format
1 parent 36b3817 commit dcd5459

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-sign-win-installer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
uses: actions/upload-artifact@v4
7272
with:
7373
name: photoflare-installer-unsigned
74-
path: installer-output\*.exe
74+
path: installer-output\*.msi
7575

7676
# ------------------------------------------------------------------
7777
# 6. Submit to SignPath and wait for the signed result
@@ -95,4 +95,4 @@ jobs:
9595
uses: actions/upload-artifact@v4
9696
with:
9797
name: photoflare-installer-signed
98-
path: installer-signed\
98+
path: installer-signed\

0 commit comments

Comments
 (0)