From 3c34ac8b7dc416730398a0a8c38bb4991328db46 Mon Sep 17 00:00:00 2001 From: puripuri2100 Date: Thu, 12 Oct 2023 00:10:20 +0900 Subject: [PATCH] fix --- .github/workflows/articles_branch_ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/articles_branch_ci.yaml b/.github/workflows/articles_branch_ci.yaml index dc12ff5..01fa0cc 100644 --- a/.github/workflows/articles_branch_ci.yaml +++ b/.github/workflows/articles_branch_ci.yaml @@ -34,7 +34,6 @@ jobs: run: | if [[ ${{ steps.extract_branch.outputs.branch }} =~ ^articles/.*$ ]]; then echo "match=true" >> $GITHUB_OUTPUT - echo "name=${GITHUB_REF#refs/heads/articles/}" >> $GITHUB_OUTPUT fi id: branch_regex @@ -66,7 +65,7 @@ jobs: - name: upload artifact to github uses: actions/upload-artifact@v3 with: - name: ${{ steps.extract_branch.outputs.name }}.pdf + name: ${{ ARTICLE_NAME }}.pdf path: ${{ steps.extract_branch.outputs.branch }}/main.pdf retention-days: 3 # 3日くらいあったらみんなダウンロードして確認しているはず