Skip to content

Commit

Permalink
[CI] have fun with windows env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtrystram committed Nov 15, 2022
1 parent 5bcbcc3 commit 76a29a0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,10 @@ jobs:
dir target\release
nuget install WiX -version 3.11.2
set VERSION=%VERSION:latest=0.0.0%
D:\a\drg\drg\WiX.3.11.2\tools\candle -v -dVersion=%VERSION%.0 -arch x64 dist\wix\drg.wxs
D:\a\drg\drg\WiX.3.11.2\tools\light drg.wixobj -o drg-%VERSION%.0-${{matrix.suffix}}.msi
set VERSION=%VERSION%.0
echo %VERSION%
D:\a\drg\drg\WiX.3.11.2\tools\candle -v -dVersion=%VERSION% -arch x64 dist\wix\drg.wxs
D:\a\drg\drg\WiX.3.11.2\tools\light drg.wixobj -o drg-%VERSION%-${{matrix.suffix}}.msi
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 76a29a0

Please sign in to comment.