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 3439947 commit 3b427e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/articles_branch_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ steps.extract_branch.outputs.branch }}/main.pdf
path: ${{ steps.extract_branch.outputs.branch }/main.pdf
path: ${{ steps.extract_branch.outputs.branch }}/main.pdf
retention-days: 3 # 3日くらいあったらみんなダウンロードして確認しているはず

- name: upload artifact to k8s
Expand Down

0 comments on commit 3b427e8

Please sign in to comment.