From: Hans Kristian Rosbach Date: Tue, 13 Jan 2026 21:01:44 +0000 (+0100) Subject: Fix CI configure workflow failure artifact upload X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6ece6b52328fd5f4e3defdaa3fa41b840881829;p=thirdparty%2Fzlib-ng.git Fix CI configure workflow failure artifact upload --- diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml index 64571a99..ec776111 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