Skip to content

Commit 3474efd

Browse files
committed
chore(ci): drop unconsumed build artifact
- keep failure-only browser and database diagnostics - stop retaining successful extension builds without a consumer
1 parent 7288922 commit 3474efd

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

‎.github/workflows/ci.yml‎

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -210,16 +210,6 @@ jobs:
210210
- name: Build the Firefox extension
211211
run: pnpm --filter @inkcre/client-webext build:firefox
212212

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-
223213
- name: Upload browser evidence on failure
224214
if: failure()
225215
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1

0 commit comments

Comments
 (0)