diff options
| author | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2026-01-13 22:01:44 +0100 |
|---|---|---|
| committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2026-01-21 00:13:00 +0100 |
| commit | bb5f5ef1a4ca0ee616a62b5a1f619f83217fb9de (patch) | |
| tree | aa5a7bc87bc2879c74f5754318ab1e30e6c6d51a | |
| parent | 5f7d74fc94a781ac28d903180d4d7d8e43d1f046 (diff) | |
| download | Project-Tick-bb5f5ef1a4ca0ee616a62b5a1f619f83217fb9de.tar.gz Project-Tick-bb5f5ef1a4ca0ee616a62b5a1f619f83217fb9de.zip | |
Fix CI configure workflow failure artifact upload
| -rw-r--r-- | .github/workflows/configure.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml index 64571a995f..ec77611179 100644 --- a/.github/workflows/configure.yml +++ b/.github/workflows/configure.yml @@ -296,5 +296,5 @@ jobs: name: ${{ matrix.name }} (configure) path: | **/Makefile - ${{ matrix.build-dir || '.' }}/configure.log + **/configure.log retention-days: 30 |
