Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Autumn.home committed Jun 14, 2024
1 parent 1db345f commit ea2341e
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,17 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Mkdir Tools
run: |
if [ ! -d "tools/linux" ]; then
mkdir -p tools/linux
fi
if [ ! -d "tools/darwin" ]; then
mkdir -p tools/darwin
fi
if [ ! -d "tools/win" ]; then
mkdir -p tools/win
fi
- name: Update Ksubdomain
run: |
wget https://github.com/boy-hack/ksubdomain/releases/download/v1.9.5/KSubdomain-v1.9.5-linux.tar
Expand Down

0 comments on commit ea2341e

Please sign in to comment.