mirror of
https://github.com/beclab/Olares
synced 2026-04-21 13:37:46 +00:00
fix(ci): specify working dir in github action for backup module (#2269)
This commit is contained in:
parent
20595b72c7
commit
ed183b8e4e
1 changed files with 1 additions and 1 deletions
|
|
@ -26,6 +26,6 @@ jobs:
|
|||
with:
|
||||
go-version: '1.21.10'
|
||||
- name: Run Build
|
||||
working-directory: framework/backup-server
|
||||
run: |
|
||||
make all
|
||||
working-directory: framework/backup-server
|
||||
Loading…
Reference in a new issue