mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
fix: correct path for scoop assets
This commit is contained in:
parent
0f9ef8b9b6
commit
64b537b2f5
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -133,7 +133,7 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ needs.release.outputs.upload_url }}
|
||||
asset_path: oh-my-posh.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
|
||||
|
@ -143,6 +143,6 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ needs.release.outputs.upload_url }}
|
||||
asset_path: post-install.ps1
|
||||
asset_path: ${{ github.workspace }}/packages/scoop/post-install.ps1
|
||||
asset_name: post-install.ps1
|
||||
asset_content_type: text/plain
|
||||
|
|
Loading…
Reference in a new issue