From 7bfb5ac0a45a798b17490fa5d485d57809b1599b Mon Sep 17 00:00:00 2001 From: pajlada Date: Sun, 23 Jun 2024 19:45:57 +0200 Subject: [PATCH] dev: remove macos artifact from nightly release (#5483) --- .github/workflows/build.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cc402fd7448..6b757e885cc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -380,18 +380,9 @@ jobs: cp .CI/chatterino-nightly.flatpakref release-artifacts/ shell: bash - # macOS - - uses: actions/download-artifact@v4 - name: macOS x86_64 Qt5.15.2 dmg - with: - name: chatterino-macos-Qt-5.15.2.dmg - path: release-artifacts/ - - name: Rename artifacts run: | ls -l - # Rename the macos build to indicate that it's for macOS 10.15 users - mv chatterino-macos-Qt-5.15.2.dmg Chatterino-macOS-10.15.dmg # Mark all Windows Qt5 builds as old mv chatterino-windows-x86-64-Qt-5.15.2.zip chatterino-windows-old-x86-64-Qt-5.15.2.zip