mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 07:37:26 -05:00
Update GitHub Actions workflow for release process
- Re-enabled the pull_request trigger for specific paths to enhance workflow automation. - Updated macOS build hosts to use specific versions (macos-15-arm64 and macos-15-intel) for improved compatibility and performance during the release process.
This commit is contained in:
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@@ -4,10 +4,10 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
# pull_request:
|
||||
# paths:
|
||||
# - ".github/workflows/release.yml"
|
||||
# - ".github/actions/publish-artifacts/**"
|
||||
pull_request:
|
||||
paths:
|
||||
- ".github/workflows/release.yml"
|
||||
- ".github/actions/publish-artifacts/**"
|
||||
workflow_dispatch:
|
||||
|
||||
# From: https://github.com/rust-lang/rust-analyzer/blob/master/.github/workflows/release.yaml#L13-L21
|
||||
@@ -234,12 +234,12 @@ jobs:
|
||||
matrix:
|
||||
settings:
|
||||
# macOS builds
|
||||
- host: self-hosted
|
||||
- host: macos-15-arm64
|
||||
target: aarch64-apple-darwin
|
||||
bundles: dmg,app
|
||||
os: darwin
|
||||
arch: aarch64
|
||||
- host: self-hosted
|
||||
- host: macos-15-intel
|
||||
target: x86_64-apple-darwin
|
||||
bundles: dmg,app
|
||||
os: darwin
|
||||
|
||||
Reference in New Issue
Block a user