We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d02fb08 commit 7b942c2Copy full SHA for 7b942c2
1 file changed
.github/workflows/release.yaml
@@ -118,7 +118,9 @@ jobs:
118
- name: Create module release
119
uses: ncipollo/release-action@v1
120
with:
121
- artifacts: ${{ steps.module_info.outputs.dist_path }}/${{ steps.module_info.outputs.module }}.zip,${{ steps.module_data.outputs.dist_path }}/module.json
+ artifacts: |
122
+ ${{ steps.module_data.outputs.dist_path }}/${{ steps.module_info.outputs.module }}.zip
123
+ ${{ steps.module_data.outputs.dist_path }}/module.json
124
tag: ${{ steps.module_info.outputs.tag }}
125
name: "${{ steps.module_data.outputs.module_title }} v${{ steps.module_info.outputs.version }}"
126
makeLatest: false
0 commit comments