Auto Package #21
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: Auto Package | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: "0 10 * * *" | |
permissions: | |
contents: read | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Install dependencies | |
run: composer install --prefer-dist --no-progress | |
- name: fix file | |
run: chmod 0755 -R clash_for_windows/DEBIAN | |
- name: Run Script | |
env: | |
GITHUB_TOKEN: ${{ secrets.TOKEN }} | |
run: php build_publish.php |