mirror of
https://github.com/syncthing/syncthing-macos.git
synced 2026-05-17 12:00:37 +00:00
Add .github/workflows/build-syncthing-macos-debug-dmg-on-demand.yml. Which is only on-demand building
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user