Skip to content

Commit

Permalink
Fix mv command typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoJF committed Feb 13, 2020
1 parent 1b1cb50 commit 14de627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile-plugin-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
mv ./translations ./artifact
mv ./LICENSE ./artifact/
mv ./CHANGELOG.md ./artifact
nv ./README.md ./artifact
mv ./README.md ./artifact
- name: Upload compiled plugin
uses: actions/upload-artifact@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
mv ./translations ./artifact
mv ./LICENSE ./artifact/
mv ./CHANGELOG.md ./artifact
nv ./README.md ./artifact
mv ./README.md ./artifact
- name: Zip plugin
run : |
Expand Down

0 comments on commit 14de627

Please sign in to comment.