Go back to the old way of uploading assets
This commit is contained in:
parent
a04538710f
commit
b6b29309c9
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…
x
Reference in New Issue
Block a user