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 101c0b8 commit 5168c17Copy full SHA for 5168c17
.github/workflows/build.yml
@@ -135,13 +135,13 @@ jobs:
135
uses: actions/upload-artifact@v4
136
with:
137
name: extension-chrome-release
138
- path: extension/.output/*.zip
+ path: extension/.output/*-chrome.zip
139
retention-days: ${{ inputs.retention-days }}
140
141
- name: Upload Firefox extension zip (release)
142
if: ${{ inputs.release-mode }}
143
144
145
name: extension-firefox-release
146
+ path: extension/.output/*-firefox.zip
147
0 commit comments