Skip to content

Commit 4b3f818

Browse files
committed
GHA: Pick up also BrowserSelectorDebug.zip as artifacts
It contains debug symbols of this build. It would be better to release it too.
1 parent 3904617 commit 4b3f818

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
uses: actions/upload-artifact@v4
3434
with:
3535
name: Installer
36-
path: BrowserSelectorSetup\Release\*.msi
36+
path: |
37+
BrowserSelectorSetup\Release\*.msi
38+
BrowserSelectorSetup\Release\*.zip
3739
webextdev:
3840
runs-on: [ ubuntu-latest ]
3941
steps:

0 commit comments

Comments
 (0)