Upload cache
This commit is contained in:
parent
94f77cd742
commit
e3c2bb134f
11
.github/workflows/debian.yml
vendored
11
.github/workflows/debian.yml
vendored
@ -1,6 +1,7 @@
|
|||||||
name: Debian
|
name: Debian
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '45 0 * * 5'
|
- cron: '45 0 * * 5'
|
||||||
|
|
||||||
@ -23,6 +24,16 @@ jobs:
|
|||||||
name: debian-cache
|
name: debian-cache
|
||||||
path: /home/runner/debian.cache
|
path: /home/runner/debian.cache
|
||||||
|
|
||||||
|
- name: Upload cache
|
||||||
|
uses: BetaHuhn/do-spaces-action@v2
|
||||||
|
with:
|
||||||
|
access_key: ${{ secrets.ACCESS_KEY }}
|
||||||
|
secret_key: ${{ secrets.SECRET_KEY }}
|
||||||
|
space_name: ${{ secrets.SPACE_NAME }}
|
||||||
|
space_region: ${{ secrets.SPACE_REGION }}
|
||||||
|
source: /home/runner/debian.cache
|
||||||
|
out_dir: 1.0.0
|
||||||
|
|
||||||
- name: Archive logs
|
- name: Archive logs
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user