Skip to content

Commit

Permalink
Fix download-artifact action path arg
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Mar 15, 2021
1 parent 45bfea9 commit 748fac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-release-to-plugin-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
uses: actions/download-artifact@4a7a711286f30c025902c28b541c10e147a9b843 # v2.0.8
with:
name: changelog trunk
path: trunk/changelog.txt
path: trunk

- name: Commit the content changes
working-directory: ./trunk
Expand Down

0 comments on commit 748fac7

Please sign in to comment.