|
@@ -356,7 +356,6 @@ jobs:
|
|
|
environment: release
|
|
environment: release
|
|
|
needs:
|
|
needs:
|
|
|
- package-macos
|
|
- package-macos
|
|
|
- - basics
|
|
|
|
|
runs-on: macos-latest
|
|
runs-on: macos-latest
|
|
|
steps:
|
|
steps:
|
|
|
- name: Download artifacts
|
|
- name: Download artifacts
|
|
@@ -498,7 +497,6 @@ jobs:
|
|
|
if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && (github.ref == 'refs/heads/release' || startsWith(github.ref, 'refs/heads/release-') || startsWith(github.ref, 'refs/tags/v'))
|
|
if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && (github.ref == 'refs/heads/release' || startsWith(github.ref, 'refs/heads/release-') || startsWith(github.ref, 'refs/tags/v'))
|
|
|
environment: release
|
|
environment: release
|
|
|
needs:
|
|
needs:
|
|
|
- - basics
|
|
|
|
|
- package-windows
|
|
- package-windows
|
|
|
- package-linux
|
|
- package-linux
|
|
|
- package-macos
|
|
- package-macos
|
|
@@ -644,7 +642,6 @@ jobs:
|
|
|
environment: release
|
|
environment: release
|
|
|
needs:
|
|
needs:
|
|
|
- sign-for-upgrade
|
|
- sign-for-upgrade
|
|
|
- - notarize-macos
|
|
|
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
|
steps:
|
|
steps:
|
|
|
- uses: actions/checkout@v4
|
|
- uses: actions/checkout@v4
|
|
@@ -760,7 +757,6 @@ jobs:
|
|
|
if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && (github.ref == 'refs/heads/release' || startsWith(github.ref, 'refs/heads/release-') || startsWith(github.ref, 'refs/tags/v'))
|
|
if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && (github.ref == 'refs/heads/release' || startsWith(github.ref, 'refs/heads/release-') || startsWith(github.ref, 'refs/tags/v'))
|
|
|
environment: release
|
|
environment: release
|
|
|
needs:
|
|
needs:
|
|
|
- - basics
|
|
|
|
|
- package-debian
|
|
- package-debian
|
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
|
steps:
|
|
steps:
|