Skip to content

Commit 9c6911f

Browse files
committed
Fix CI again
1 parent a1b0d82 commit 9c6911f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/plugin-release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ jobs:
5858
name: nf-python-plugin
5959
path: |
6060
build/plugins/nf-python-*.zip
61+
- name: Archive plugin artifacts
62+
uses: actions/upload-artifact@v4
63+
with:
64+
name: nf-python-plugin-metadata
65+
path: |
6166
build/libs/nf-python-*-meta.json
6267
6368
release:
@@ -72,6 +77,11 @@ jobs:
7277
with:
7378
name: nf-python-plugin
7479
path: build/plugins/
80+
- name: Download plugin artifact
81+
uses: actions/download-artifact@v4
82+
with:
83+
name: nf-python-plugin-metadata
84+
path: build/libs/
7585
- name: Get release info
7686
id: get_release
7787
uses: actions/github-script@v7

0 commit comments

Comments
 (0)