We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d04fe96 commit d02fb08Copy full SHA for d02fb08
1 file changed
.github/workflows/release.yaml
@@ -118,9 +118,7 @@ jobs:
118
- name: Create module release
119
uses: ncipollo/release-action@v1
120
with:
121
- artifacts: |
122
- ${{ steps.module_info.outputs.dist_path }}/${{ steps.module_info.outputs.module }}.zip
123
- ${{ steps.module_data.outputs.dist_path }}/module.json
+ artifacts: ${{ steps.module_info.outputs.dist_path }}/${{ steps.module_info.outputs.module }}.zip,${{ 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