mirror of
https://github.com/anxdpanic/plugin.video.youtube.git
synced 2025-12-06 02:30:50 -08:00
fixup make release workflow
This commit is contained in:
parent
1c5050af3f
commit
da8f55a6ba
1 changed files with 4 additions and 4 deletions
8
.github/workflows/make-release.yml
vendored
8
.github/workflows/make-release.yml
vendored
|
|
@ -96,8 +96,8 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create-release.outputs.upload_url }}
|
||||
asset_name: ${{ steps.zip-isengard.outputs.filename }}
|
||||
asset_path: ${{ steps.zip-isengard.outputs.filename }}
|
||||
asset_name: ${{ steps.zip-nexus.outputs.filename }}
|
||||
asset_path: ${{ steps.zip-nexus.outputs.filename }}
|
||||
asset_content_type: application/zip
|
||||
|
||||
- name: Upload Zip (Nexus-Unofficial)
|
||||
|
|
@ -107,6 +107,6 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create-release.outputs.upload_url }}
|
||||
asset_name: ${{ steps.zip-unofficial-isengard.outputs.filename }}
|
||||
asset_path: ${{ steps.zip-unofficial-isengard.outputs.filename }}
|
||||
asset_name: ${{ steps.zip-unofficial-nexus.outputs.filename }}
|
||||
asset_path: ${{ steps.zip-unofficial-nexus.outputs.filename }}
|
||||
asset_content_type: application/zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue