mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
fix(pwsh): use correct package path
This commit is contained in:
parent
603c4da30b
commit
39674b469e
2
.github/workflows/powershell.yml
vendored
2
.github/workflows/powershell.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
working-directory: ${{ github.workspace }}/packages/powershell/oh-my-posh
|
working-directory: ${{ github.workspace }}/packages/powershell
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code 👋
|
- name: Checkout code 👋
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue