We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96415b6 commit 0c8b31cCopy full SHA for 0c8b31c
.github/workflows/build.yml
@@ -38,8 +38,7 @@ jobs:
38
echo "::set-output name=pkgverci::$VERSION"
39
echo "PACKAGE VERSION: $VERSION"
40
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
+ msbuild -t:Pack -r -p:PackageOutputPath=../artifacts -p:Configuration=Release -p:PackageVersion=$VERSION ./MavenNet/MavenNet.csproj
43
44
$pfxPath = Join-Path -Path $pwd -ChildPath "codesigncert.pfx"
45
[IO.File]::WriteAllBytes("$pfxPath", [System.Convert]::FromBase64String($env:CODESIGN_PFX))
0 commit comments