From 515f97176609b76d897a8f8d31a225905ac85e09 Mon Sep 17 00:00:00 2001 From: Sergey004 Date: Wed, 15 Jan 2025 11:34:00 +0400 Subject: [PATCH 1/2] Update manual.yml --- .github/workflows/manual.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 39a8583..b96c180 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -62,9 +62,9 @@ jobs: - name: Restore Nuget Packages run: dotnet restore Quest2-VRC.sln - name: Build Solution (Release) - run: dotnet build Quest2-VRC.sln --configuration Release --no-restore + run: dotnet build Quest2-VRC.sln --configuration Release --no-restore --self-contained - name: Build Solution (Debug) - run: dotnet build Quest2-VRC.sln --configuration Debug --no-restore + run: dotnet build Quest2-VRC.sln --configuration Debug --no-restore --self-contained - name: Upload Artifact (Release) uses: actions/upload-artifact@v4 with: From 3f1e4eb40d42a4b015242792071f9b0a59e35b82 Mon Sep 17 00:00:00 2001 From: Sergey004 Date: Wed, 15 Jan 2025 12:31:38 +0400 Subject: [PATCH 2/2] [no ci] Update manual.yml --- .github/workflows/manual.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index b96c180..3ff7418 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -62,9 +62,9 @@ jobs: - name: Restore Nuget Packages run: dotnet restore Quest2-VRC.sln - name: Build Solution (Release) - run: dotnet build Quest2-VRC.sln --configuration Release --no-restore --self-contained + run: dotnet build Quest2-VRC.sln --configuration Release --no-restore - name: Build Solution (Debug) - run: dotnet build Quest2-VRC.sln --configuration Debug --no-restore --self-contained + run: dotnet build Quest2-VRC.sln --configuration Debug --no-restore - name: Upload Artifact (Release) uses: actions/upload-artifact@v4 with: