From f49fe9995fcff4e7ee8ed9e5af5ff25f37204aaf Mon Sep 17 00:00:00 2001 From: yumetodo Date: Mon, 19 Feb 2024 23:01:17 +0900 Subject: [PATCH] =?UTF-8?q?fix(ci):=20=E7=B5=90=E6=9E=9C=E3=82=92artifact?= =?UTF-8?q?=E3=81=AB=E4=BF=9D=E5=AD=98=E3=81=97=E3=81=A6=E3=81=BF=E3=82=8B?= =?UTF-8?q?=20(#1250)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/outer_link_check.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/outer_link_check.yml b/.github/workflows/outer_link_check.yml index f18d42f48d..89fd9353fc 100644 --- a/.github/workflows/outer_link_check.yml +++ b/.github/workflows/outer_link_check.yml @@ -29,3 +29,9 @@ jobs: run: .github/workflows/script/create_github_issue_when_not_empty.sh check_result.txt ${{ secrets.GITHUB_TOKEN }} ${{ github.repository }} ${{ github.sha }} - name: detect link check check_result run: test -f check_result.txt && test $(wc -l < check_result.txt) -eq 0 + - name: 'Upload Artifact' + uses: actions/upload-artifact@v4 + with: + name: result + path: check_result.tx + retention-days: 5