Skip to content

Commit

Permalink
fix(ci): spec sln file
Browse files Browse the repository at this point in the history
  • Loading branch information
KawaiiZapic committed Sep 10, 2024
1 parent 5cf7309 commit 5aa7d2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
run: dotnet restore PowertoysRunTOTP.sln
- name: Build
run: dotnet build --no-restore
run: dotnet build --no-restore PowertoysRunTOTP.sln
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.2.1-node20
with:
Expand Down

0 comments on commit 5aa7d2f

Please sign in to comment.