Skip to content

Remove stale macOS asset catalog reference #31

Remove stale macOS asset catalog reference

Remove stale macOS asset catalog reference #31

name: Dispatch macOS Release
on:
push:
tags:
- "release/v*.*.*"
permissions:
contents: read
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Dispatch macOS release build
env:
DEPLOYMENT_DISPATCH_TOKEN: ${{ secrets.DEPLOYMENT_DISPATCH_TOKEN }}
DEPLOYMENT_REPOSITORY_OWNER: ${{ secrets.DEPLOYMENT_REPOSITORY_OWNER }}
DEPLOYMENT_REPOSITORY_NAME: ${{ secrets.DEPLOYMENT_REPOSITORY_NAME }}
run: ./scripts/release/macos/dispatch_deployment.sh