mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2025-04-05 23:03:35 +03:00
chore: fix path
This commit is contained in:
parent
77b1af6ee2
commit
18016e16a7
1 changed files with 2 additions and 2 deletions
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
|
||||
|
|
Loading…
Add table
Reference in a new issue