mirror of
https://github.com/felixfoertsch/EurKEY-macOS.git
synced 2026-04-17 23:18:28 +02:00
add build workflow, remove redundant validate workflow
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
name: Validate Layouts
|
name: Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
branches: [main]
|
||||||
paths:
|
paths:
|
||||||
- 'EurKey-macOS.bundle/**'
|
- 'EurKey-macOS.bundle/**'
|
||||||
- 'scripts/**'
|
- 'scripts/**'
|
||||||
@@ -14,7 +14,7 @@ on:
|
|||||||
- 'spec/**'
|
- 'spec/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
validate:
|
build:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
@@ -25,3 +25,12 @@ jobs:
|
|||||||
|
|
||||||
- name: build bundle
|
- name: build bundle
|
||||||
run: bash scripts/build-bundle.sh
|
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
|
||||||
Reference in New Issue
Block a user