From 1c6067ad9fb316f43bc662de1e6863abe8b58c95 Mon Sep 17 00:00:00 2001 From: tingwei628 Date: Wed, 8 Jan 2025 22:12:53 +0800 Subject: [PATCH] ci: fix path of .csproj --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b3da547..f1a6a67 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -26,14 +26,14 @@ jobs: dotnet-version: ${{ matrix.dotnet-version }} - name: Restore dependencies - run: dotnet restore + run: dotnet restore Unofficial_ECPayAIO_Net/ECPay.Payment.Integration/ECPay.Payment.Integration.csproj - name: Set Package Version run: | sed -i 's/.*<\/Version>/${{ github.event.inputs.version }}<\/Version>/' Unofficial_ECPayAIO_Net/ECPay.Payment.Integration/ECPay.Payment.Integration.csproj - name: Build and Package - run: dotnet pack --configuration Release --output ./nuget + run: dotnet pack --configuration Release --output ./nuget Unofficial_ECPayAIO_Net/ECPay.Payment.Integration/ECPay.Payment.Integration.csproj - name: Publish to GitHub Packages env: