Skip to content

Commit 296516e

Browse files
authored
Update pull requests.yml
1 parent b807743 commit 296516e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pull requests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
filters: |
2121
buildprops:
2222
- 'Directory.Build.props'
23+
2324
- name: Update version
2425
if: steps.changes.outputs.buildprops == 'false'
2526
run: |
@@ -56,12 +57,12 @@ jobs:
5657
path: |
5758
bin/Release/net6.0
5859
59-
- name: Publish net70
60+
- name: Publish net80
6061
uses: actions/upload-artifact@v4
6162
with:
6263
name: LibreHardwareMonitorLib-net70
6364
path: |
64-
bin/Release/net7.0
65+
bin/Release/net8.0
6566
6667
- name: Publish nupkg
6768
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)