Skip to content

Commit d57c4af

Browse files
committed
build actions fix
1 parent 628cd26 commit d57c4af

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/auto-build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Auto Build
22

33
on:
44
push:
5-
branches: [dev]
5+
branches: [master]
66

77
jobs:
88
build:
@@ -34,9 +34,9 @@ jobs:
3434
# path: |
3535
# OpenHardwareMonitor/bin/net472
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)