Skip to content

Commit

Permalink
GHA: Pick up also BrowserSelectorDebug.zip as artifacts
Browse files Browse the repository at this point in the history
It contains debug symbols of this build.
It would be better to release it too.
  • Loading branch information
ashie committed Oct 1, 2024
1 parent 3904617 commit 4b3f818
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Installer
path: BrowserSelectorSetup\Release\*.msi
path: |
BrowserSelectorSetup\Release\*.msi
BrowserSelectorSetup\Release\*.zip
webextdev:
runs-on: [ ubuntu-latest ]
steps:
Expand Down

0 comments on commit 4b3f818

Please sign in to comment.