Skip to content

Commit

Permalink
[DESKTOP] Fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kamgurgul committed Aug 19, 2024
1 parent 4969064 commit d830ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/desktop_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
allowUpdates: true
artifacts: "desktopApp\build\compose\binaries\main-release\msi\*.msi"
artifacts: "desktopApp/build/compose/binaries/main-release/msi/*.msi"
draft: true
name: ${{ github.event.inputs.version }}
tag: ${{ github.event.inputs.version }}

0 comments on commit d830ba4

Please sign in to comment.