Skip to content

Commit

Permalink
✏️ Used download instead of upload artifact. lol.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuchovej committed May 2, 2022
1 parent 861ef63 commit 13afa89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ runs:
- if: always()
name: "Upload `paperpile-notion` cache as Artifact"
uses: "actions/download-artifact@v3"
uses: "actions/upload-artifact@v3"
with:
name: "paperpile-notion-cache"
path: "~/.cache/paperpile-notion/*.json"
Expand Down

0 comments on commit 13afa89

Please sign in to comment.