Go back to the old way of uploading assets
This commit is contained in:
parent
a04538710f
commit
b6b29309c9
1 changed files with 8 additions and 1 deletions
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
|
|
@ -56,4 +56,11 @@ jobs:
|
|||
body: <Put a body here>
|
||||
draft: true
|
||||
prerelease: false
|
||||
files: artifacts/*
|
||||
|
||||
- name: Upload release assets
|
||||
uses: dwenegar/upload-release-assets@v1
|
||||
env:
|
||||
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|
||||
with:
|
||||
release_id: '${{ steps.create_release.outputs.id }}'
|
||||
assets_path: ./artifacts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue