1 parent 7288922 commit 3474efdCopy full SHA for 3474efd
1 file changed
.github/workflows/ci.yml
@@ -210,16 +210,6 @@ jobs:
210
- name: Build the Firefox extension
211
run: pnpm --filter @inkcre/client-webext build:firefox
212
213
- - name: Retain the exact browser-extension artifacts
214
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
215
- with:
216
- name: client-webext-builds
217
- path: |
218
- apps/client-webext/.output/chrome-mv3
219
- apps/client-webext/.output/firefox-mv2
220
- if-no-files-found: error
221
- retention-days: 7
222
-
223
- name: Upload browser evidence on failure
224
if: failure()
225
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
0 commit comments