1
0

ci: archive logs after run

This commit is contained in:
dump_stack() 2023-05-15 14:25:41 +00:00
parent bbdc9712c5
commit 262362659a
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC

View File

@ -55,13 +55,6 @@ jobs:
- name: Install s3cmd - name: Install s3cmd
run: sudo apt install s3cmd run: sudo apt install s3cmd
- name: Archive logs
if: always()
uses: actions/upload-artifact@v3
with:
name: debian-cache-logs
path: ~/.out-of-tree/logs
- name: Mirror deb packages - name: Mirror deb packages
shell: python shell: python
run: | run: |
@ -109,3 +102,10 @@ jobs:
ok = upload(f) ok = upload(f)
if ok: if ok:
uploaded += [f] uploaded += [f]
- name: Archive logs
if: always()
uses: actions/upload-artifact@v3
with:
name: debian-cache-logs
path: ~/.out-of-tree/logs