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
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '45 0 * * 5'
|
||||
|
||||
@ -23,6 +24,16 @@ jobs:
|
||||
name: 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
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user