Skip to content

Commit 9dc8080

Browse files
committed
auto-build upload artifacts
1 parent 0806e9c commit 9dc8080

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/auto-build.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)