mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-27 11:59:40 -08:00
fix: use correct asset name
This commit is contained in:
parent
79d90287a7
commit
eea21ac005
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -179,8 +179,8 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ needs.release.outputs.upload_url }}
|
||||
asset_path: ${{ github.workspace }}/packages/scoop/scoop.json
|
||||
asset_name: scoop.json
|
||||
asset_path: ${{ github.workspace }}/packages/scoop/oh-my-posh.json
|
||||
asset_name: oh-my-posh.json
|
||||
asset_content_type: text/plain
|
||||
- name: Upload Scoop Post Install
|
||||
id: upload-scoop-post-install
|
||||
|
|
Loading…
Reference in a new issue