Skip to content

Commit

Permalink
Build only Desktop App
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 authored Nov 9, 2024
1 parent cb51edc commit 48b90d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
dotnet workload restore
- name: Build
run: dotnet build --configuration Release #--no-restore
run: dotnet build VowelCountApp.Desktop --configuration Release #--no-restore

- name: Publish
run: dotnet publish --configuration Release --output ./output
run: dotnet publish VowelCountApp.Desktop --configuration Release --output ./output

- name: Upload Artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 48b90d1

Please sign in to comment.