We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b807743 commit 296516eCopy full SHA for 296516e
1 file changed
.github/workflows/pull requests.yml
@@ -20,6 +20,7 @@ jobs:
20
filters: |
21
buildprops:
22
- 'Directory.Build.props'
23
+
24
- name: Update version
25
if: steps.changes.outputs.buildprops == 'false'
26
run: |
@@ -56,12 +57,12 @@ jobs:
56
57
path: |
58
bin/Release/net6.0
59
- - name: Publish net70
60
+ - name: Publish net80
61
uses: actions/upload-artifact@v4
62
with:
63
name: LibreHardwareMonitorLib-net70
64
- bin/Release/net7.0
65
+ bin/Release/net8.0
66
67
- name: Publish nupkg
68
0 commit comments