Skip to content

Commit 28ea614

Browse files
committed
fix: issue with pipeline
1 parent 7eb9d64 commit 28ea614

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/01-build-outputs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ jobs:
4242
name: db-ux-stylelint-build
4343
path: packages/stylelint/build
4444

45+
- name: ⏬ Download eslint-plugin build
46+
uses: actions/download-artifact@v7
47+
with:
48+
name: db-ux-eslint-plugin-build
49+
path: packages/eslint-plugin/build
50+
4551
- name: ⏬ Download agent-cli build
4652
uses: actions/download-artifact@v7
4753
with:

.github/workflows/01-build-packages.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ jobs:
5151
name: db-ux-stylelint-build
5252
path: packages/stylelint/build
5353

54+
- name: ⏫ Upload eslint-plugin build
55+
uses: actions/upload-artifact@v6
56+
with:
57+
name: db-ux-eslint-plugin-build
58+
path: packages/eslint-plugin/build
59+
5460
- name: ⏫ Upload agent-cli build
5561
uses: actions/upload-artifact@v6
5662
with:

0 commit comments

Comments
 (0)