Remove upload-release-assets package (out of support)
This commit is contained in:
parent
bcbb7610ad
commit
d195dd07dc
11
.github/workflows/release.yml
vendored
11
.github/workflows/release.yml
vendored
@ -51,13 +51,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: Libation ${{ needs.prerelease.outputs.version }}
|
name: Libation ${{ needs.prerelease.outputs.version }}
|
||||||
body: <Put a body here>
|
body: <Put a body here>
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
draft: true
|
draft: true
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
files: |
|
||||||
- name: Upload release assets
|
artifacts/*/*
|
||||||
uses: dwenegar/upload-release-assets@v2
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
|
||||||
with:
|
|
||||||
release_id: "${{ steps.release.outputs.id }}"
|
|
||||||
assets_path: ./artifacts
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user