Improve workflow

This commit is contained in:
yue374
2024-01-21 16:25:15 +07:00
parent 5611c8ff89
commit 95982d4edc
8 changed files with 80 additions and 245 deletions

12
.github/actions/preparing/action.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
name: Preparing to patch
runs:
using: "composite"
steps:
- name: Set up jdk
uses: actions/setup-java@v4.0.0
with:
distribution: 'zulu'
java-version: '17'
- name: Setup Cloudflare Warp
shell: bash
run: bash src/etc/cf_warp.sh