From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2010) id 869393861882; Sat, 28 Oct 2023 17:48:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 869393861882 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698515335; bh=vsxdCE/K8CyeqLr+NJIYjqQz9zeqcfEWMMx7gbNQCEk=; h=From:To:Subject:Date:From; b=ga/NnR+CZBtRVyTyGFBCPkRrqck4ISFUs05Mt464fKOz0rfLO1bhqG0Gs98f4CTok B7vQ/0ly+Dh5bdh/qDhyPXLPwX18TSVKDIUM15fdBkLA1Bo2/HLx/8ySSl0gh/uAki i0OfGCppES9eNNIWz2QMbQT8FJD1RRJ8+feZcl8w= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Eric Gallager To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/users/egallager/heads/CI)] Update linux.yaml X-Act-Checkin: gcc X-Git-Author: Eric Gallager X-Git-Refname: refs/users/egallager/heads/CI X-Git-Oldrev: d38fe5f4c4cf4182db51e840c0cd86e217eced1f X-Git-Newrev: a9b9ba371899279ae3f7bd08fd5aaded116d2a97 Message-Id: <20231028174855.869393861882@sourceware.org> Date: Sat, 28 Oct 2023 17:48:55 +0000 (GMT) List-Id: https://gcc.gnu.org/g:a9b9ba371899279ae3f7bd08fd5aaded116d2a97 commit a9b9ba371899279ae3f7bd08fd5aaded116d2a97 Author: Eric Gallager Date: Sat Oct 28 13:46:10 2023 -0400 Update linux.yaml look harder for logfiles to upload Diff: --- .github/workflows/linux.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linux.yaml b/.github/workflows/linux.yaml index 37af03f157f7..6ba42d219664 100644 --- a/.github/workflows/linux.yaml +++ b/.github/workflows/linux.yaml @@ -185,3 +185,4 @@ jobs: build/*.log path/*.log testsuite/*.log + **/*.log