File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -27,16 +27,16 @@ jobs:
2727 - name : Build
2828 run : msbuild OpenHardwareMonitor.sln -p:Configuration=Release -p:Platform="Any CPU" -m
2929
30- # - name: Publish build
31- # uses: actions/upload-artifact@v4
32- # with:
33- # name: OpenHardwareMonitor
34- # path: |
35- # OpenHardwareMonitor/bin/net472
30+ - name : Publish build
31+ uses : actions/upload-artifact@v4
32+ with :
33+ name : OpenHardwareMonitor
34+ path : |
35+ OpenHardwareMonitor/bin
3636
37- # - name: Publish Lib build
38- # uses: actions/upload-artifact@v4
39- # with:
40- # name: OpenHardwareMonitorLib
41- # path: |
42- # OpenHardwareMonitorLib/bin
37+ - name : Publish Lib build
38+ uses : actions/upload-artifact@v4
39+ with :
40+ name : OpenHardwareMonitorLib
41+ path : |
42+ OpenHardwareMonitorLib/bin
You can’t perform that action at this time.
0 commit comments