1
0
Fork 0

Upload cache

timestamps
dump_stack() 2023-05-12 01:25:05 +00:00
parent 94f77cd742
commit e3c2bb134f
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 11 additions and 0 deletions

View File

@ -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: