Browse Source

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

Ivan Savenko 2 tháng trước cách đây
mục cha
commit
355a296aa1
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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