Build & Release hezhijie0327/GFWList2AGH #3199
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
# Current Version: 1.0.4 | |
name: Build & Release hezhijie0327/GFWList2AGH | |
on: | |
push: | |
branches: [main] | |
schedule: | |
- cron: "0 0 * * *" | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Step 1 - Checkout | |
uses: actions/checkout@v4 | |
- name: Step 2 - Build GFWList2AGH | |
run: | | |
curl -s "https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/source/release.sh" | sudo bash | |
- name: Step 3 - Release GFWList2AGH | |
run: | | |
curl -s "https://raw.githubusercontent.com/hezhijie0327/Toolkit/main/Git.sh" > "/tmp/Git.sh" | |
sudo bash "/tmp/Git.sh" -u "hezhijie0327" -e "[email protected]" -f "." -r "GFWList2AGH" -i "Generated by GitHub Actions" -m "push" |