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: ''