Skip to content

Commit

Permalink
fix: workflow 无法上传 artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
SALTWOOD committed Mar 8, 2024
1 parent aeab2d1 commit cb87736
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
with:
name: app-debug
path: |
bin/Debug
bin/Release
CSharp-OpenBMCLAPI/bin/Debug
CSharp-OpenBMCLAPI/bin/Release
1 change: 1 addition & 0 deletions CSharp-OpenBMCLAPI.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSharp-OpenBMCLAPI", "CShar
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "解决方案项", "解决方案项", "{09EEA2BF-7069-4835-95CE-2BFAC2F2B8D0}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
README.MD = README.MD
EndProjectSection
EndProject
Expand Down

0 comments on commit cb87736

Please sign in to comment.