From d9fa5a19375ec7f9c63ea25626d689131ba6f6ed Mon Sep 17 00:00:00 2001 From: Supakorn Yoshino Date: Fri, 11 Aug 2023 17:10:57 +0700 Subject: [PATCH] fix path. --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 53b7eb9..626617c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,5 +22,5 @@ jobs: - name: Set NuGet Key and Publish to NuGet run: | $Nuget_Key = "${{ secrets.PUBLISH_TO_NUGET_ORG }}" - ./publish.ps1 + ./scripts/publish.ps1 shell: pwsh # Use PowerShell Core \ No newline at end of file