Skip to content

Commit

Permalink
dev: remove macos artifact from nightly release (#5483)
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada committed Jun 23, 2024
1 parent 189be8c commit 7bfb5ac
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7bfb5ac

Please sign in to comment.