From c8decbec58489ed678976af776c205d6641dd8f1 Mon Sep 17 00:00:00 2001 From: CSR2017 Date: Tue, 14 Mar 2023 13:12:52 -0500 Subject: [PATCH] uncomment push package --- .github/workflows/on-prerelease.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/on-prerelease.yml b/.github/workflows/on-prerelease.yml index cdf04ff..5abb0ad 100644 --- a/.github/workflows/on-prerelease.yml +++ b/.github/workflows/on-prerelease.yml @@ -233,7 +233,7 @@ jobs: NuGetApiKey = "${{ env.ARTIFACTS_API_KEY }}" } - # $artifact | ForEach-Object { - # $arguments.PackageFile = $_ - # ./build.ps1 Push @arguments - # } + $artifact | ForEach-Object { + $arguments.PackageFile = $_ + ./build.ps1 Push @arguments + }