Skip to content

Commit 3f52c87

Browse files
authored
Upload artifact
1 parent a961989 commit 3f52c87

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

action.yaml

+3-4
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ runs:
2424
shell: "bash"
2525
run: "npm install -g https://github.com/jordance71/paperpile-notion-workflow.git"
2626

27-
- continue-on-error: true
28-
name: "Download `paperpile-notion` cache"
27+
- name: "Download `paperpile-notion` cache"
2928
uses: "dawidd6/action-download-artifact@v2"
29+
continue-on-error: true
3030
with:
3131
workflow: "sync.yaml"
3232
name: "paperpile-notion-cache"
@@ -67,8 +67,7 @@ runs:
6767
run: |
6868
paperpile-notion articles:clean ${{ inputs.references }} -t ${{ inputs.token }}
6969
70-
- if: always()
71-
name: "Upload `paperpile-notion` cache as Artifact"
70+
- name: "Upload `paperpile-notion` cache as Artifact"
7271
uses: "actions/upload-artifact@v3"
7372
with:
7473
name: "paperpile-notion-cache"

0 commit comments

Comments
 (0)