Skip to content

Commit 7b942c2

Browse files
committed
fix: now it should be fixed
1 parent d02fb08 commit 7b942c2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ jobs:
118118
- name: Create module release
119119
uses: ncipollo/release-action@v1
120120
with:
121-
artifacts: ${{ steps.module_info.outputs.dist_path }}/${{ steps.module_info.outputs.module }}.zip,${{ steps.module_data.outputs.dist_path }}/module.json
121+
artifacts: |
122+
${{ steps.module_data.outputs.dist_path }}/${{ steps.module_info.outputs.module }}.zip
123+
${{ steps.module_data.outputs.dist_path }}/module.json
122124
tag: ${{ steps.module_info.outputs.tag }}
123125
name: "${{ steps.module_data.outputs.module_title }} v${{ steps.module_info.outputs.version }}"
124126
makeLatest: false

0 commit comments

Comments
 (0)