Skip to content

Commit

Permalink
fix windows release
Browse files Browse the repository at this point in the history
  • Loading branch information
IceSentry committed Sep 27, 2021
1 parent a02a900 commit 4b7197e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: softprops/action-gh-release@v1
if: ${{ runner.os == 'Windows' }}
with:
files: ./dist/capra_web_ui_setup.exe
files: ./dist/capra_web_ui_setup.msi
prerelease: true

- name: Ubuntu Release
Expand Down

0 comments on commit 4b7197e

Please sign in to comment.