Add .github/workflows/build-syncthing-macos-debug-dmg-on-demand.yml. Which is only on-demand building

This commit is contained in:
Jerry Jacobs
2024-09-27 15:03:30 +02:00
parent e7db41065e
commit 111cb57dde
@@ -0,0 +1,23 @@
name: Build Syncthing macOS Debug DMG (On-Demand)
on:
workflow_dispatch:
jobs:
build-debug-dmg:
name: Build Debug DMG
runs-on: macos-12
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build debug target
run: |
make debug-dmg
- name: Archive artifacts
uses: actions/upload-artifact@v3
with:
name: syncthing-macos-dmg-debug-dmg
path: Build/Products/Debug/*.dmg