Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Persivan committed Jul 30, 2024
1 parent 1ba1a87 commit 770aa64
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 @@ -23,10 +23,10 @@ jobs:
run: dotnet restore

- name: Build
run: dotnet build --configuration Release
run: dotnet build ./USM_Builder/USM_builder/USM_builder.csproj --configuration Release

- name: Publish
run: dotnet publish --configuration Release --output ./publish
run: dotnet publish ./USM_Builder/USM_builder/USM_builder.csproj --configuration Release --output ./publish

- name: Upload Build Artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 770aa64

Please sign in to comment.