Skip to content

Commit

Permalink
fix(msi): use correct package folder
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed Nov 23, 2024
1 parent 6bc8756 commit 49a123a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49a123a

Please sign in to comment.