Skip to content

Commit

Permalink
Fix name and path for windows msi build
Browse files Browse the repository at this point in the history
  • Loading branch information
theGBguy committed Jul 20, 2024
1 parent 0cd1aab commit df2bc7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
run: |
$tag = $(git describe --tags --abbrev=0 --match "*-desktop")
$version = $tag -replace '-desktop$', ''
$name = "io.github.thegbguy.timedifferencecalculator-${version}.exe"
$path = "composeApp/build/release/main-release/exe/${name}"
$name = "io.github.thegbguy.timedifferencecalculator-${version}.msi"
$path = "composeApp/build/release/main-release/msi/${name}"
echo "TAG=$tag" >> $env:GITHUB_ENV
echo "VERSION=$version" >> $env:GITHUB_ENV
echo "RELEASE_PATH=$path" >> $env:GITHUB_ENV
Expand Down

0 comments on commit df2bc7c

Please sign in to comment.