We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3904617 + 4b3f818 commit 7344b14Copy full SHA for 7344b14
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