Update release.yml

This commit is contained in:
Zoe Roux 2021-04-19 20:33:38 +02:00 committed by GitHub
parent a39c6fa221
commit 9ab3534d28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,5 +46,5 @@ jobs:
draft: true
release_name: ${{github.ref}}
body: ${{steps.github_release.outputs.changelog}}
arficats: ./artifacts/**/*
artifacts: ./artifacts/**/*
token: ${{secrets.GITHUB_TOKEN}}