mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
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:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -113,6 +113,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: ${{ matrix.os }}-${{matrix.rust}}-libdeltachat.a
|
name: ${{ matrix.os }}-${{matrix.rust}}-libdeltachat.a
|
||||||
path: target/debug/libdeltachat.a
|
path: target/debug/libdeltachat.a
|
||||||
|
retention-days: 1
|
||||||
|
|
||||||
python_lint:
|
python_lint:
|
||||||
name: Python lint
|
name: Python lint
|
||||||
|
|||||||
Reference in New Issue
Block a user