Update build.yml
Some checks failed
publish / publish-tauri (, windows-latest) (push) Waiting to run
publish / publish-tauri (--target aarch64-apple-darwin, macos-latest) (push) Waiting to run
publish / publish-tauri (, ubuntu-22.04) (push) Failing after 41s

This commit is contained in:
valerio 2026-03-13 20:21:21 +01:00
parent 34743ba280
commit d58f71aac1

View File

@ -3,7 +3,7 @@ name: 'publish'
on: on:
push: push:
branches: 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. # 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 fail-fast: false
matrix: matrix:
include: 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' args: '--target aarch64-apple-darwin'
- platform: 'ubuntu-22.04' - platform: 'ubuntu-22.04'
args: '' args: ''