dev: remove macos artifact from nightly release (#5483)

This commit is contained in:
pajlada 2024-06-23 19:45:57 +02:00 committed by GitHub
parent 189be8c68f
commit 7bfb5ac0a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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