Update build.yml
This commit is contained in:
parent
34743ba280
commit
d58f71aac1
@ -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: ''
|
||||
|
||||
Loading…
Reference in New Issue
Block a user