Skip to content

add github action to build release version for mac #174

add github action to build release version for mac

add github action to build release version for mac #174

name: MediaDownloader4Windows
on:
push:
branches:
- main
tags-ignore:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.MD_GIT_PUBLISH }}
repository: mhogomchungu/media-downloader-git
event-type: PublishGit
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'