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