We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3904617 commit 4b3f818Copy full SHA for 4b3f818
1 file changed
.github/workflows/build.yaml
@@ -33,7 +33,9 @@ jobs:
33
uses: actions/upload-artifact@v4
34
with:
35
name: Installer
36
- path: BrowserSelectorSetup\Release\*.msi
+ path: |
37
+ BrowserSelectorSetup\Release\*.msi
38
+ BrowserSelectorSetup\Release\*.zip
39
webextdev:
40
runs-on: [ ubuntu-latest ]
41
steps:
0 commit comments