Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NightHammer1000 authored Nov 24, 2023
1 parent 5b56e99 commit f7ec268
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ jobs:

- name: Build solution
run: msbuild MicroSDInstallStatusUpdater.sln -t:rebuild -property:Configuration=Release

- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: BUILD
path: "D:\a\MicroSDInstallStatusUpdater\MicroSDInstallStatusUpdater\bin\Release\"

0 comments on commit f7ec268

Please sign in to comment.