mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
dev: remove macos artifact from nightly release (#5483)
This commit is contained in:
parent
189be8c68f
commit
7bfb5ac0a4
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
@ -380,18 +380,9 @@ jobs:
|
||||||
cp .CI/chatterino-nightly.flatpakref release-artifacts/
|
cp .CI/chatterino-nightly.flatpakref release-artifacts/
|
||||||
shell: bash
|
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
|
- name: Rename artifacts
|
||||||
run: |
|
run: |
|
||||||
ls -l
|
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
|
# 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
|
mv chatterino-windows-x86-64-Qt-5.15.2.zip chatterino-windows-old-x86-64-Qt-5.15.2.zip
|
||||||
|
|
Loading…
Reference in a new issue