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 882a97b commit bab0d25Copy full SHA for bab0d25
.github/workflows/build.yml
@@ -133,13 +133,13 @@ jobs:
133
uses: actions/upload-artifact@v4
134
with:
135
name: extension-chrome-release
136
- path: extension/.output/*-chrome.zip
+ path: extension/.output/wxt-react-starter-0.0.0-chrome.zip
137
retention-days: ${{ inputs.retention-days }}
138
139
- name: Upload Firefox extension zip (release)
140
if: ${{ inputs.release-mode }}
141
142
143
name: extension-firefox-release
144
- path: extension/.output/*-firefox.zip
+ path: extension/.output/wxt-react-starter-0.0.0-firefox.zip
145
0 commit comments