Skip to content

Commit

Permalink
Merge branch 'winform_gui' of https://github.com/Sergey004/Quest2-VRC
Browse files Browse the repository at this point in the history
…into winform_gui
  • Loading branch information
Sergey004 committed Jan 15, 2025
2 parents cc8369b + 3f1e4eb commit 155f5f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 155f5f9

Please sign in to comment.