mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-02 05:41:10 -08:00
fix(msi): use correct package folder
This commit is contained in:
parent
6bc8756e27
commit
49a123ad9a
2
.github/workflows/msi.yml
vendored
2
.github/workflows/msi.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
defaults:
|
||||
run:
|
||||
shell: pwsh
|
||||
working-directory: ${{ github.workspace }}/packages/inno
|
||||
working-directory: ${{ github.workspace }}/packages/msi
|
||||
steps:
|
||||
- name: Checkout code 👋
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
|
|
Loading…
Reference in a new issue