Disabled mac OS in the sources release

This commit is contained in:
Ian Wijma 2024-04-06 23:44:43 +11:00
parent 950f2b4896
commit 8f3be7c9af
1 changed files with 6 additions and 4 deletions
.github/workflows

View File

@ -53,8 +53,9 @@ jobs:
${{ steps.linux.outputs.BUILT_CHECKSUM }}
${{ steps.windows.outputs.BUILT_ARCHIVE }}
${{ steps.windows.outputs.BUILT_CHECKSUM }}
${{ steps.mac_x86.outputs.BUILT_ARCHIVE }}
${{ steps.mac_x86.outputs.BUILT_CHECKSUM }}
# Broken: https://github.com/rust-build/rust-build.action/issues/88
# ${{ steps.mac_x86.outputs.BUILT_ARCHIVE }}
# ${{ steps.mac_x86.outputs.BUILT_CHECKSUM }}
- name: Create release
id: create_release
@ -67,8 +68,9 @@ jobs:
${{ steps.linux.outputs.BUILT_CHECKSUM }}
${{ steps.windows.outputs.BUILT_ARCHIVE }}
${{ steps.windows.outputs.BUILT_CHECKSUM }}
${{ steps.mac_x86.outputs.BUILT_ARCHIVE }}
${{ steps.mac_x86.outputs.BUILT_CHECKSUM }}
# Broken: https://github.com/rust-build/rust-build.action/issues/88
# ${{ steps.mac_x86.outputs.BUILT_ARCHIVE }}
# ${{ steps.mac_x86.outputs.BUILT_CHECKSUM }}
if: success()
- name: Print Release URL