Skip to content

Commit d02fb08

Browse files
committed
fix: please gooo
1 parent d04fe96 commit d02fb08

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,7 @@ jobs:
118118
- name: Create module release
119119
uses: ncipollo/release-action@v1
120120
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
121+
artifacts: ${{ steps.module_info.outputs.dist_path }}/${{ steps.module_info.outputs.module }}.zip,${{ steps.module_data.outputs.dist_path }}/module.json
124122
tag: ${{ steps.module_info.outputs.tag }}
125123
name: "${{ steps.module_data.outputs.module_title }} v${{ steps.module_info.outputs.version }}"
126124
makeLatest: false

0 commit comments

Comments
 (0)