diff options
| author | StevenWdV <stevenwdv@gmail.com> | 2022-02-09 18:06:32 +0100 |
|---|---|---|
| committer | StevenWdV <stevenwdv@gmail.com> | 2022-02-09 18:06:32 +0100 |
| commit | eb3122a8e8f142808cbffd51ca95fe6e79a56794 (patch) | |
| tree | adbb5187e51dcf0930dba340ad5816d1c086cc33 /.github | |
| parent | bec66f5c74a083558982920889a69a67116b9a54 (diff) | |
Reduce workflow artifact retention period [skip ci]
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 12170ef..39ef3b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,6 +28,7 @@ jobs: with: name: shared-lib path: exports/lib/ + retention-days: 1 test-csharp: name: Test C# wrapper |
