chore: rename ci file and try to fix failure

This commit is contained in:
Steve Johnson 2023-10-19 11:30:19 +08:00 committed by GitHub
parent a82b8fcf25
commit fcff23a222
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
name: Update meta-core and go modules
name: Update Clash-Core and Go Modules
on:
repository_dispatch:
types:
@ -45,11 +45,11 @@ jobs:
go mod download
go mod tidy
- name: Update Main Gomod
run: |
cd ./core/src/main/golang/
go mod download
go mod tidy
# - name: Update Main Gomod
# run: |
# cd ./core/src/main/golang/
# go mod download
# go mod tidy
- name: Create Pull Request
id: cpr