Fix path
This commit is contained in:
parent
3e87a1b651
commit
44d474d6e5
4
.github/workflows/debian.yml
vendored
4
.github/workflows/debian.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
run: go build
|
||||
|
||||
- name: Cache
|
||||
run: ./out-of-tree --log-level=trace debian cache --path=/home/runner/debian.cache
|
||||
run: ./out-of-tree --log-level=trace debian cache --path=debian.cache
|
||||
|
||||
- name: Archive cache
|
||||
uses: actions/upload-artifact@v3
|
||||
@ -31,7 +31,7 @@ jobs:
|
||||
secret_key: ${{ secrets.SECRET_KEY }}
|
||||
space_name: ${{ secrets.SPACE_NAME }}
|
||||
space_region: ${{ secrets.SPACE_REGION }}
|
||||
source: /home/runner/debian.cache
|
||||
source: debian.cache
|
||||
out_dir: 1.0.0
|
||||
|
||||
- name: Archive logs
|
||||
|
Loading…
Reference in New Issue
Block a user