We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eb9d64 commit 28ea614Copy full SHA for 28ea614
2 files changed
.github/workflows/01-build-outputs.yml
@@ -42,6 +42,12 @@ jobs:
42
name: db-ux-stylelint-build
43
path: packages/stylelint/build
44
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
+
51
- name: ⏬ Download agent-cli build
52
uses: actions/download-artifact@v7
53
with:
.github/workflows/01-build-packages.yml
@@ -51,6 +51,12 @@ jobs:
54
+ - name: ⏫ Upload eslint-plugin build
55
+ uses: actions/upload-artifact@v6
56
57
58
59
60
- name: ⏫ Upload agent-cli build
61
uses: actions/upload-artifact@v6
62
0 commit comments