Disabled mac OS in the sources release
This commit is contained in:
parent
950f2b4896
commit
8f3be7c9af
|
@ -53,8 +53,9 @@ jobs:
|
||||||
${{ steps.linux.outputs.BUILT_CHECKSUM }}
|
${{ steps.linux.outputs.BUILT_CHECKSUM }}
|
||||||
${{ steps.windows.outputs.BUILT_ARCHIVE }}
|
${{ steps.windows.outputs.BUILT_ARCHIVE }}
|
||||||
${{ steps.windows.outputs.BUILT_CHECKSUM }}
|
${{ steps.windows.outputs.BUILT_CHECKSUM }}
|
||||||
${{ steps.mac_x86.outputs.BUILT_ARCHIVE }}
|
# Broken: https://github.com/rust-build/rust-build.action/issues/88
|
||||||
${{ steps.mac_x86.outputs.BUILT_CHECKSUM }}
|
# ${{ steps.mac_x86.outputs.BUILT_ARCHIVE }}
|
||||||
|
# ${{ steps.mac_x86.outputs.BUILT_CHECKSUM }}
|
||||||
|
|
||||||
- name: Create release
|
- name: Create release
|
||||||
id: create_release
|
id: create_release
|
||||||
|
@ -67,8 +68,9 @@ jobs:
|
||||||
${{ steps.linux.outputs.BUILT_CHECKSUM }}
|
${{ steps.linux.outputs.BUILT_CHECKSUM }}
|
||||||
${{ steps.windows.outputs.BUILT_ARCHIVE }}
|
${{ steps.windows.outputs.BUILT_ARCHIVE }}
|
||||||
${{ steps.windows.outputs.BUILT_CHECKSUM }}
|
${{ steps.windows.outputs.BUILT_CHECKSUM }}
|
||||||
${{ steps.mac_x86.outputs.BUILT_ARCHIVE }}
|
# Broken: https://github.com/rust-build/rust-build.action/issues/88
|
||||||
${{ steps.mac_x86.outputs.BUILT_CHECKSUM }}
|
# ${{ steps.mac_x86.outputs.BUILT_ARCHIVE }}
|
||||||
|
# ${{ steps.mac_x86.outputs.BUILT_CHECKSUM }}
|
||||||
if: success()
|
if: success()
|
||||||
|
|
||||||
- name: Print Release URL
|
- name: Print Release URL
|
||||||
|
|
Loading…
Reference in New Issue