Skip to content

Commit bab0d25

Browse files
committed
test
1 parent 882a97b commit bab0d25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,13 @@ jobs:
133133
uses: actions/upload-artifact@v4
134134
with:
135135
name: extension-chrome-release
136-
path: extension/.output/*-chrome.zip
136+
path: extension/.output/wxt-react-starter-0.0.0-chrome.zip
137137
retention-days: ${{ inputs.retention-days }}
138138

139139
- name: Upload Firefox extension zip (release)
140140
if: ${{ inputs.release-mode }}
141141
uses: actions/upload-artifact@v4
142142
with:
143143
name: extension-firefox-release
144-
path: extension/.output/*-firefox.zip
144+
path: extension/.output/wxt-react-starter-0.0.0-firefox.zip
145145
retention-days: ${{ inputs.retention-days }}

0 commit comments

Comments
 (0)