diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 39a8583..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 + run: dotnet build Quest2-VRC.sln --configuration Release --no-restore - name: Build Solution (Debug) - run: dotnet build Quest2-VRC.sln --configuration Debug --no-restore + run: dotnet build Quest2-VRC.sln --configuration Debug --no-restore - name: Upload Artifact (Release) uses: actions/upload-artifact@v4 with: