Skip to content

Replace DistributedNotificationCenter IPC with XPC (XPCListener/XPCSe… #20

Replace DistributedNotificationCenter IPC with XPC (XPCListener/XPCSe…

Replace DistributedNotificationCenter IPC with XPC (XPCListener/XPCSe… #20

Workflow file for this run

name: Release
on:
push:
tags: ['v*']
permissions:
contents: write
jobs:
build:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- run: make zip
- uses: softprops/action-gh-release@v2
with:
files: .build/MicGuard.zip