add build workflow, remove redundant validate workflow

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-03 19:07:50 +01:00
parent 5e29ef63d4
commit 859c26f64c

View File

@@ -1,8 +1,8 @@
name: Validate Layouts
name: Build
on:
push:
branches: [master]
branches: [main]
paths:
- 'EurKey-macOS.bundle/**'
- 'scripts/**'
@@ -14,7 +14,7 @@ on:
- 'spec/**'
jobs:
validate:
build:
runs-on: macos-latest
steps:
- name: checkout
@@ -25,3 +25,12 @@ jobs:
- name: build bundle
run: bash scripts/build-bundle.sh
- name: create DMG
run: bash scripts/create-dmg.sh
- name: upload DMG
uses: actions/upload-artifact@v4
with:
name: EurKEY-macOS-DMG
path: build/*.dmg