Skip to content

Commit fc37ac8

Browse files
authored
Apply suggestions from code review
1 parent 6c2f027 commit fc37ac8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
with:
128128
name: ${{ matrix.target }}
129129
path: |
130-
build/*/libcdoc*.*
130+
build/**/libcdoc*.*
131131
libcdoc*.zip
132132
windows:
133133
name: Build on Windows

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ param(
33
[string]$libcdoc = $PSScriptRoot,
44
[string]$platform = $env:PLATFORM,
55
[string]$build_number = $(if ($null -eq $env:BUILD_NUMBER) {"0"} else {$env:BUILD_NUMBER}),
6-
[string]$msiversion = "1.0.0.$build_number",
6+
[string]$msiversion = "0.1.8.$build_number",
77
[string]$msi_name = "libcdoc-$msiversion$env:VER_SUFFIX.$platform.msi",
88
[string]$git = "git.exe",
99
[string]$vcpkg = "vcpkg\vcpkg.exe",

0 commit comments

Comments
 (0)