Add github build workflow

This commit is contained in:
ge0rdi
2026-05-16 08:19:20 +02:00
parent dfb307b3b7
commit f5fa8f0ea3
2 changed files with 96 additions and 0 deletions
+2
View File
@@ -20,6 +20,8 @@ cd ..
cd Setup
copy /B ..\..\build\bin\Release\Utility.exe .\Final > nul
if defined APPVEYOR (
appveyor PushArtifact ..\..\build\bin\Release\Utility.exe
)