mirror of
https://github.com/nushell/nushell.git
synced 2025-04-02 20:27:11 +02:00
Update release.yml
This commit is contained in:
parent
ad5e485594
commit
8dfc90a322
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -221,7 +221,7 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
asset_path: ./${{ steps.info.outputs.macosdir }}.zip
|
asset_path: ./${{ steps.info.outputs.windowsdir }}.zip
|
||||||
asset_name: ${{ steps.info.outputs.windowsdir }}.zip
|
asset_name: ${{ steps.info.outputs.windowsdir }}.zip
|
||||||
asset_content_type: application/zip
|
asset_content_type: application/zip
|
||||||
- name: Download Windows installer
|
- name: Download Windows installer
|
||||||
|
Loading…
Reference in New Issue
Block a user