Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
DavidXanatos committed Aug 24, 2023
1 parent 0f74c5a commit bbe144f
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit bbe144f

Please sign in to comment.