We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 628cd26 commit d57c4afCopy full SHA for d57c4af
1 file changed
.github/workflows/auto-build.yml
@@ -2,7 +2,7 @@ name: Auto Build
2
3
on:
4
push:
5
- branches: [dev]
+ branches: [master]
6
7
jobs:
8
build:
@@ -34,9 +34,9 @@ jobs:
34
# path: |
35
# OpenHardwareMonitor/bin/net472
36
37
- - name: Publish Lib build
38
- uses: actions/upload-artifact@v4
39
- with:
40
- name: OpenHardwareMonitorLib
41
- path: |
42
- OpenHardwareMonitorLib/bin
+ # - name: Publish Lib build
+ # uses: actions/upload-artifact@v4
+ # with:
+ # name: OpenHardwareMonitorLib
+ # path: |
+ # OpenHardwareMonitorLib/bin
0 commit comments