mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2026-05-09 18:11:26 +08:00
chore: fix path
This commit is contained in:
4
.github/workflows/update-dependencies.yaml
vendored
4
.github/workflows/update-dependencies.yaml
vendored
@@ -41,12 +41,12 @@ jobs:
|
||||
|
||||
- name: Update Foss Gomod
|
||||
run: |
|
||||
cd ./core/src/foss/golang/
|
||||
cd ${{ github.workspace }}/core/src/foss/golang/
|
||||
go get -u
|
||||
|
||||
- name: Update Main Gomod
|
||||
run: |
|
||||
cd ./core/src/main/golang/
|
||||
cd ${{ github.workspace }}/core/src/main/golang/
|
||||
go get -u
|
||||
|
||||
- name: Create Pull Request
|
||||
|
||||
Reference in New Issue
Block a user