Skip to content

Commit a1b0d82

Browse files
committed
Fix CI
1 parent 53c7d16 commit a1b0d82

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/plugin-release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,13 @@ jobs:
5252
- name: Build Nextflow plugin
5353
run: |
5454
make buildPlugins
55-
- name: Archive plugin zip
55+
- name: Archive plugin artifacts
5656
uses: actions/upload-artifact@v4
5757
with:
5858
name: nf-python-plugin
59-
path: build/plugins/nf-python-*.zip
59+
path: |
60+
build/plugins/nf-python-*.zip
61+
build/libs/nf-python-*-meta.json
6062
6163
release:
6264
needs: build-plugin

0 commit comments

Comments
 (0)