Update main.yml

[skip ci]
This commit is contained in:
DavidXanatos 2023-08-24 21:05:06 +02:00 committed by GitHub
parent 0f74c5a4db
commit bbe144f5c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 6 deletions

View File

@ -87,8 +87,14 @@ jobs:
- name: Add missing languages for Qt5 (issue 1528)
run: Installer\fix_qt5_languages.cmd Win32
- name: Merging Builds
run: Installer\merge_builds.cmd
- name: Get openssl binaries
run: Installer\get_openssl.cmd
- name: Get 7z binaries
run: Installer\get_7zip.cmd
- name: Merging Build
run: Installer\copy_build.cmd x64
- name: Collect installer assets
run: Installer\get_assets.cmd
@ -176,8 +182,14 @@ jobs:
# Merge everything together
#
- name: Merging Builds
run: Installer\merge_builds.cmd
- name: Get openssl binaries
run: Installer\get_openssl.cmd
- name: Get 7z binaries
run: Installer\get_7zip.cmd
- name: Merging Build
run: Installer\copy_build.cmd ARM64
- name: Upload Sandboxie ARM64
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
@ -247,8 +259,14 @@ jobs:
- name: Add missing languages for Qt5 (issue 1528)
run: Installer\fix_qt5_languages.cmd Win32
- name: Merging Builds
run: Installer\merge_builds.cmd
- name: Get openssl binaries
run: Installer\get_openssl.cmd
- name: Get 7z binaries
run: Installer\get_7zip.cmd
- name: Merging Build
run: Installer\copy_build.cmd x86
- name: Upload Sandboxie x86
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'