Browse Source

Enable uploading of x86 and arm windows builds to downloads.vcmi.eu

Ivan Savenko 2 months ago
parent
commit
355a296aa1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/github.yml

+ 2 - 0
.github/workflows/github.yml

@@ -87,6 +87,7 @@ jobs:
             os: windows-latest
             test: 0
             pack: 0
+            upload: 1
             pack_type: RelWithDebInfo
             extension: exe
             before_install: msvc.sh
@@ -96,6 +97,7 @@ jobs:
             os: windows-11-arm
             test: 0
             pack: 0
+            upload: 1
             pack_type: RelWithDebInfo
             extension: exe
             before_install: msvc.sh