update workflows to include both 32-bit and 64-bit windows bundles

This commit is contained in:
Aria Moradi
2021-05-19 02:42:14 +04:30
parent 7acc745478
commit d30e89e5ec
3 changed files with 10 additions and 5 deletions
+3 -2
View File
@@ -69,10 +69,11 @@ jobs:
dependencies-cache-enabled: true
configuration-cache-enabled: true
- name: make windows package
- name: make windows packages
run: |
cd master/scripts
./windows-bundler.sh
./windows32-bundler.sh
./windows64-bundler.sh
- name: Checkout preview branch
uses: actions/checkout@v2