From d58f71aac1363e09cf95099380b857641cdc3eb0 Mon Sep 17 00:00:00 2001 From: valerio Date: Fri, 13 Mar 2026 20:21:21 +0100 Subject: [PATCH] Update build.yml --- .gitea/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index ef90916..04b0ed9 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -3,7 +3,7 @@ name: 'publish' on: push: branches: - - release + - master # This workflow will trigger on each push to the `release` branch to create or update a GitHub release, build your app, and upload the artifacts to the release. @@ -15,7 +15,8 @@ jobs: fail-fast: false matrix: include: - - platform: 'macos-latest' # for Arm based macs (M1 and above). + - platform: 'macos-latest' # for Arm based macs (M1 and above).FEAT: Initial Build action + args: '--target aarch64-apple-darwin' - platform: 'ubuntu-22.04' args: ''