From 438b7e9fa864f28328d5dc4c0f3642a951f124be Mon Sep 17 00:00:00 2001 From: Pd233 Date: Tue, 26 Dec 2023 14:54:12 +0800 Subject: [PATCH] update workflows *3 --- .github/workflows/build.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e253de4..05f16fe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - name: Build run: | - dotnet publish src/LipUI/LipUI.csproj -c Release -o build/ + dotnet publish src/LipUI.sln -c Release -o build/ - uses: actions/upload-artifact@v3 with: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5132663..8abd05d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: - name: Build run: | - dotnet publish src/LipUI/LipUI.csproj -c Release -o build/ + dotnet publish src/LipUI.sln -c Release -o build/ - uses: actions/upload-artifact@v3 with: