diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b3db71..abe329d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -298,10 +298,7 @@ jobs: tag_name: ${{ needs.prepare.outputs.version }} name: win-witr ${{ needs.prepare.outputs.version }} body: ${{ needs.prepare.outputs.notes }} - files: | - artifacts/win-witr-x64/win-witr-x64.exe - artifacts/win-witr-x86/win-witr-x86.exe - artifacts/win-witr-arm64/win-witr-arm64.exe + files: artifacts/**/*.exe draft: false prerelease: true env: diff --git a/main.cpp b/main.cpp index 881f530..1cd0af0 100644 --- a/main.cpp +++ b/main.cpp @@ -3,7 +3,7 @@ // This file is part of win-witr. #include -#include +#include #include #include #include