summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Kristian Rosbach <hk-git@circlestorm.org>2026-01-13 22:01:44 +0100
committerHans Kristian Rosbach <hk-github@circlestorm.org>2026-01-21 00:13:00 +0100
commitbb5f5ef1a4ca0ee616a62b5a1f619f83217fb9de (patch)
treeaa5a7bc87bc2879c74f5754318ab1e30e6c6d51a
parent5f7d74fc94a781ac28d903180d4d7d8e43d1f046 (diff)
downloadProject-Tick-bb5f5ef1a4ca0ee616a62b5a1f619f83217fb9de.tar.gz
Project-Tick-bb5f5ef1a4ca0ee616a62b5a1f619f83217fb9de.zip
Fix CI configure workflow failure artifact upload
-rw-r--r--.github/workflows/configure.yml2
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