Skip to content

Commit 2f5b323

Browse files
committed
fixup! automatic build with creation of a draft release
1 parent ea53da2 commit 2f5b323

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/auto-build.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches: [master]
66

7+
permissions:
8+
contents: write
9+
710
jobs:
811
build:
912
runs-on: windows-2022
@@ -36,9 +39,6 @@ jobs:
3639
msbuild OpenHardwareMonitor.sln /t:restore /p:RestorePackagesConfig=true /p:Configuration=Release /p:Platform="x86"
3740
msbuild OpenHardwareMonitor.sln /t:Rebuild /p:Configuration=Release /p:Platform="x86" -m
3841
39-
- name: Debug release files
40-
run: dir OpenHardwareMonitor/bin
41-
4242
- name: Publish build
4343
uses: actions/upload-artifact@v5
4444
with:
@@ -63,8 +63,6 @@ jobs:
6363
}
6464
shell: powershell
6565

66-
- name: Debug release files with archives
67-
run: dir OpenHardwareMonitor/bin
6866

6967
- name: Get version from exe
7068
id: get_version

0 commit comments

Comments
 (0)