Skip to content

Commit 7344b14

Browse files
committed
Merge branch 'gha-pick-zip-archive' into 'master'
GHA: Pick up also BrowserSelectorDebug.zip as artifacts See merge request clear-code/browserselector!84
2 parents 3904617 + 4b3f818 commit 7344b14

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)