Skip to content

Commit

Permalink
Fix release workflow artifacts pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
loicalbertin committed May 6, 2021
1 parent 0730853 commit 3716cda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ jobs:
prerelease: ${{ env.PRERELEASE }}
draft: true
files: |
dist/yorc-.*.tgz
dist/yorc-server.*-distrib.zip
dist/yorc-*.tgz
dist/yorc-server*-distrib.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 3716cda

Please sign in to comment.