Skip to content

Commit

Permalink
Build solution instead of individual project
Browse files Browse the repository at this point in the history
  • Loading branch information
sgkoishi authored Feb 11, 2023
1 parent e1e9673 commit 0a44359
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ jobs:

- name: Build
run: |
cd src
dotnet build
- name: CI Artifact
uses: actions/upload-artifact@v3
with:
name: Plugin
path: |
./src/bin/Debug/net6.0/
./src/bin/Debug/net6.0/

0 comments on commit 0a44359

Please sign in to comment.