ci: limit artifact retention time for libdeltachat.a to 1 day

These artifacts are only needed to be downloaded
by the python test job immediately after building.
This commit is contained in:
link2xt
2023-04-01 17:37:52 +00:00
parent 47a3ee1ff1
commit fdf46054e2

View File

@@ -113,6 +113,7 @@ jobs:
with:
name: ${{ matrix.os }}-${{matrix.rust}}-libdeltachat.a
path: target/debug/libdeltachat.a
retention-days: 1
python_lint:
name: Python lint