Skip to content

Commit 0c8b31c

Browse files
authored
Update build.yml
1 parent 96415b6 commit 0c8b31c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ jobs:
3838
echo "::set-output name=pkgverci::$VERSION"
3939
echo "PACKAGE VERSION: $VERSION"
4040
41-
New-Item -ItemType Directory -Force -Path .\artifacts
42-
msbuild -t:Pack -r -p:PackageOutputPath=./artifacts -p:Configuration=Release -p:PackageVersion=$VERSION ./MavenNet/MavenNet.csproj
41+
msbuild -t:Pack -r -p:PackageOutputPath=../artifacts -p:Configuration=Release -p:PackageVersion=$VERSION ./MavenNet/MavenNet.csproj
4342
4443
$pfxPath = Join-Path -Path $pwd -ChildPath "codesigncert.pfx"
4544
[IO.File]::WriteAllBytes("$pfxPath", [System.Convert]::FromBase64String($env:CODESIGN_PFX))

0 commit comments

Comments
 (0)