Skip to content

Commit f6986d4

Browse files
committed
Fix release workflow artifacts
1 parent d1dd3ef commit f6986d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@ jobs:
9696
name: ${{ env.TAG_NAME }}
9797
prerelease: ${{ env.PRERELEASE }}
9898
draft: true
99-
files: build/csars/*.zip
99+
files: |
100+
dist/yorc-.*.tgz
101+
dist/yorc-server.*-distrib.zip
100102
env:
101103
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
102104

0 commit comments

Comments
 (0)