We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a660f9 commit eb737b8Copy full SHA for eb737b8
.github/workflows/build.yml
@@ -87,7 +87,5 @@ jobs:
87
uses: actions/upload-artifact@v4
88
with:
89
name: extension-releases
90
- path: |
91
- extension/.output/*-chrome.zip
92
- extension/.output/*-firefox.zip
+ path: extension/.output/*.zip
93
retention-days: ${{ inputs.retention-days }}
0 commit comments