We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c7d16 commit a1b0d82Copy full SHA for a1b0d82
1 file changed
.github/workflows/plugin-release.yml
@@ -52,11 +52,13 @@ jobs:
52
- name: Build Nextflow plugin
53
run: |
54
make buildPlugins
55
- - name: Archive plugin zip
+ - name: Archive plugin artifacts
56
uses: actions/upload-artifact@v4
57
with:
58
name: nf-python-plugin
59
- path: build/plugins/nf-python-*.zip
+ path: |
60
+ build/plugins/nf-python-*.zip
61
+ build/libs/nf-python-*-meta.json
62
63
release:
64
needs: build-plugin
0 commit comments