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: on:
repository_dispatch: repository_dispatch:
types: types:
@ -45,11 +45,11 @@ jobs:
go mod download go mod download
go mod tidy go mod tidy
- name: Update Main Gomod # - name: Update Main Gomod
run: | # run: |
cd ./core/src/main/golang/ # cd ./core/src/main/golang/
go mod download # go mod download
go mod tidy # go mod tidy
- name: Create Pull Request - name: Create Pull Request
id: cpr id: cpr