Skip to content

Commit 9d2c015

Browse files
Merge pull request #35 from supervoidcoder/copilot/fix-release-yml-binaries
[WIP] Fix release.yml to include built binaries
2 parents 86aa31f + 3ca069a commit 9d2c015

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -298,10 +298,7 @@ jobs:
298298
tag_name: ${{ needs.prepare.outputs.version }}
299299
name: win-witr ${{ needs.prepare.outputs.version }}
300300
body: ${{ needs.prepare.outputs.notes }}
301-
files: |
302-
artifacts/win-witr-x64/win-witr-x64.exe
303-
artifacts/win-witr-x86/win-witr-x86.exe
304-
artifacts/win-witr-arm64/win-witr-arm64.exe
301+
files: artifacts/**/*.exe
305302
draft: false
306303
prerelease: true
307304
env:

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// This file is part of win-witr.
44

55
#include <windows.h>
6-
#include <tlhelp32.h>
6+
#include <tlhelp32.h>
77
#include <iostream>
88
#include <string>
99
#include <vector>

0 commit comments

Comments
 (0)