Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
puripuri2100 committed Oct 11, 2023
1 parent 6ae29fa commit 3c34ac8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/articles_branch_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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日くらいあったらみんなダウンロードして確認しているはず

Expand Down

0 comments on commit 3c34ac8

Please sign in to comment.