We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b0d82 commit 9c6911fCopy full SHA for 9c6911f
1 file changed
.github/workflows/plugin-release.yml
@@ -58,6 +58,11 @@ jobs:
58
name: nf-python-plugin
59
path: |
60
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: |
66
build/libs/nf-python-*-meta.json
67
68
release:
@@ -72,6 +77,11 @@ jobs:
72
77
with:
73
78
74
79
path: build/plugins/
80
+ - name: Download plugin artifact
81
+ uses: actions/download-artifact@v4
82
83
84
+ path: build/libs/
75
85
- name: Get release info
76
86
id: get_release
87
uses: actions/github-script@v7
0 commit comments