Skip to content

Commit

Permalink
Further optimize builds - remove sfx installers
Browse files Browse the repository at this point in the history
Signed-off-by: Egor Savkin <es@m-labs.hk>
  • Loading branch information
thomasfire committed Apr 11, 2024
1 parent 3764e2f commit 3e35029
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 24 deletions.
22 changes: 2 additions & 20 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 3 * * *'
- cron: '0 0 * * 0'

concurrency: nope

Expand Down Expand Up @@ -97,22 +97,4 @@ jobs:
- name: Uninstall
run: |
C:\msys2-install-test\uninstall.exe pr --confirm-command
upload-nightly:
permissions:
contents: write
needs:
- test-installer
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
with:
name: installer

- name: Upload Installers
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload nightly-x86_64 msys2-* --clobber -R ${{ github.repository }}
C:\msys2-install-test\uninstall.exe pr --confirm-command
5 changes: 1 addition & 4 deletions make-msys2-installer
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,8 @@ main() {
create_chroot_system

copy_installer
create_installer_archive
#create_installer_archive
create_installer

create_archives
create_sfx
}

main

0 comments on commit 3e35029

Please sign in to comment.