We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86aa31f + 3ca069a commit 9d2c015Copy full SHA for 9d2c015
2 files changed
.github/workflows/release.yml
@@ -298,10 +298,7 @@ jobs:
298
tag_name: ${{ needs.prepare.outputs.version }}
299
name: win-witr ${{ needs.prepare.outputs.version }}
300
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
+ files: artifacts/**/*.exe
305
draft: false
306
prerelease: true
307
env:
main.cpp
@@ -3,7 +3,7 @@
3
// This file is part of win-witr.
4
5
#include <windows.h>
6
-#include <tlhelp32.h>
+#include <tlhelp32.h>
7
#include <iostream>
8
#include <string>
9
#include <vector>
0 commit comments