From e5f636599d8283e1f162318df8fbe319dda8ce3b Mon Sep 17 00:00:00 2001 From: Kevin Granade Date: Tue, 5 Nov 2024 08:13:50 -0800 Subject: [PATCH] kill non-mzvc windows release builds Also rename artifacts for better clarity --- .github/workflows/release.yml | 30 +++++++----------------------- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3d00a0b20ca78..1944a9ecfe3e8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: matrix: include: - name: Windows Tiles x64 MSVC - artifact: windows-tiles-x64-msvc + artifact: windows-with-graphics-x64 arch: x64 os: windows-2019 mxe: none @@ -64,29 +64,13 @@ jobs: content: application/zip sound: 0 - name: Windows Tiles Sounds x64 MSVC - artifact: windows-tiles-sounds-x64-msvc + artifact: windows-with-graphics-and-sounds-x64 arch: x64 os: windows-2019 mxe: none ext: zip content: application/zip sound: 1 - - name: Windows Tiles x64 - mxe: x86_64 - libbacktrace: 1 - artifact: windows-tiles-x64 - os: ubuntu-latest - ext: zip - content: application/zip - sound: 0 - - name: Windows Tiles Sounds x64 - mxe: x86_64 - libbacktrace: 1 - artifact: windows-tiles-sounds-x64 - os: ubuntu-latest - ext: zip - content: application/zip - sound: 1 - name: Linux Tiles x64 os: ubuntu-20.04 mxe: none @@ -94,7 +78,7 @@ jobs: libbacktrace: 1 tiles: 1 sound: 0 - artifact: linux-tiles-x64 + artifact: linux-with-graphics-x64 ext: tar.gz content: application/gzip - name: Linux Tiles Sounds x64 @@ -104,7 +88,7 @@ jobs: libbacktrace: 1 tiles: 1 sound: 1 - artifact: linux-tiles-sounds-x64 + artifact: linux-with-graphics-and-sounds-x64 ext: tar.gz content: application/gzip - name: Linux Curses x64 @@ -114,7 +98,7 @@ jobs: libbacktrace: 1 tiles: 0 sound: 0 - artifact: linux-curses-x64 + artifact: linux-terminal-only-x64 ext: tar.gz content: application/gzip - name: macOS Curses Universal Binary (x64 and arm64) @@ -122,7 +106,7 @@ jobs: mxe: none tiles: 0 sound: 0 - artifact: osx-curses-universal + artifact: osx-terminal-only-universal ext: dmg content: application/x-apple-diskimage - name: macOS Tiles Universal Binary (x64 and arm64) @@ -130,7 +114,7 @@ jobs: mxe: none tiles: 1 sound: 0 - artifact: osx-tiles-universal + artifact: osx-with-graphics-universal ext: dmg content: application/x-apple-diskimage - name: Android x64