Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit 9dba868

Browse files
committed
$artifacts = "../artifacts"
1 parent 83781d2 commit 9dba868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Push.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$scriptName = $MyInvocation.MyCommand.Name
2-
$artifacts = "./artifacts"
2+
$artifacts = "../artifacts"
33

44
if ([string]::IsNullOrEmpty($Env:NUGET_API_KEY)) {
55
Write-Host "${scriptName}: NUGET_API_KEY is empty or not set. Skipped pushing package(s)."

0 commit comments

Comments
 (0)