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