Skip to content

Commit

Permalink
Fix distribution file path in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfokkema committed Jul 7, 2023
1 parent 2d29ae5 commit cc80c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-upload-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# - os: macos-latest
# filename: macOS/*.dmg
- os: windows-latest
filename: windows/*.msi
filename: dist/*.msi
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit cc80c3c

Please sign in to comment.