Skip to content

Commit

Permalink
Change it for Nuget as well
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 authored Mar 30, 2020
1 parent b2468a5 commit 0c9b32b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ jobs:
$Script:NuSpec = "$env:WORKSPACEGIT\ClinicArrivals.nuspec"
nuget pack "$Script:NuSpec" -Version "$env:TAG_NAME" `
nuget pack "$Script:NuSpec" -Version "$env:SHORT_TAG_NAME" `
-BasePath $SQUIRRELWIN -OutputDirectory $SQUIRRELWIN
$Script:NupkgPath = "$SQUIRRELWIN\ClinicArrivals.$env:TAG_NAME.nupkg"
$Script:NupkgPath = "$SQUIRRELWIN\ClinicArrivals.$env:SHORT_TAG_NAME.nupkg"
if (-not (Test-Path -Path $Script:NupkgPath -PathType Leaf)) {
Write-Output "ERROR: nupkg doesn't exist as expected! Build aborted."
Expand Down

0 comments on commit 0c9b32b

Please sign in to comment.