Skip to content

Commit

Permalink
Fix release workflow artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
loicalbertin committed May 6, 2021
1 parent d1dd3ef commit f6986d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ jobs:
name: ${{ env.TAG_NAME }}
prerelease: ${{ env.PRERELEASE }}
draft: true
files: build/csars/*.zip
files: |
dist/yorc-.*.tgz
dist/yorc-server.*-distrib.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit f6986d4

Please sign in to comment.