fix(pwsh): use correct package path

This commit is contained in:
Jan De Dobbeleer 2021-11-28 19:23:04 +01:00
parent 603c4da30b
commit 39674b469e
No known key found for this signature in database
GPG key ID: F6CC273CE5BA9AEE

View file

@ -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