always read from settings class to path to download folder #296
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: PublishWindowsGit | |