Skip to content

Commit b9620dd

Browse files
committed
Fix configuration for including zip archives in GitHub release
1 parent cf0a1ee commit b9620dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ jobs:
8787
with:
8888
token: "${{ secrets.GITHUB_TOKEN }}"
8989
files: |
90-
"${{ steps.build.outputs.FILENAME }}"
91-
"${{ steps.build.outputs.ARTIFACT_BUNDLE_FILENAME }}"
90+
${{ steps.build.outputs.FILENAME }}
91+
${{ steps.build.outputs.ARTIFACT_BUNDLE_FILENAME }}
9292
name: ${{ needs.prepare-release.outputs.version }}
9393
tag_name: v${{ needs.prepare-release.outputs.version }}
9494
body: ${{ needs.prepare-release.outputs.changelog }}

0 commit comments

Comments
 (0)