Skip to content

Commit e84fc1c

Browse files
committed
update workflow files
1 parent f41b098 commit e84fc1c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/monorepo_split.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: split
99
strategy:
1010
matrix:
11-
library: ['Files', 'Data', 'Cookies', 'Session', 'Container']
11+
library: ['Files', 'Data', 'Cookies', 'Session', 'Container', 'Archive']
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout

.github/workflows/split_releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
library: ['Files', 'Data', 'Cookies', 'Session', 'Container']
12+
library: ['Files', 'Data', 'Cookies', 'Session', 'Container', 'Archive']
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout

0 commit comments

Comments
 (0)