mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2025-04-08 11:42:04 +00:00
chore: rename ci file and try to fix failure
This commit is contained in:
parent
a82b8fcf25
commit
fcff23a222
1 changed files with 6 additions and 6 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue