Add example build workflow (app won't be signed)

This commit is contained in:
Orazio 2023-07-26 12:10:25 +02:00
parent 386deea95e
commit 5349e13642
1 changed files with 19 additions and 0 deletions

19
.github/workflows/ReleaseBuilds.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: Make Release Builds
on: [workflow_dispatch]
jobs:
build-macos:
runs-on: macos-12
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
with:
ref: master
- run: bash build.sh
- uses: actions/upload-artifact@v3
with:
name: mac-build
path: packaging/*.dmg