Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinZonda authored Apr 30, 2021
1 parent d1c358a commit d2ff583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Copy Data
run: |
cp -rf Data/* Kvm.ConsoleApp/bin/Release/net5.0/
mkdir Kvm.ConsoleApp/bin/Release/net5.0/out
mkdir -r Kvm.ConsoleApp/bin/Release/net5.0/out/page
- name: Compile Kvm
run: |
cd Kvm.ConsoleApp/bin/Release/net5.0/
Expand Down

0 comments on commit d2ff583

Please sign in to comment.