mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-21 02:55:37 -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:
|
||||
run:
|
||||
shell: pwsh
|
||||
working-directory: ${{ github.workspace }}/packages/powershell/oh-my-posh
|
||||
working-directory: ${{ github.workspace }}/packages/powershell
|
||||
steps:
|
||||
- name: Checkout code 👋
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue