Skip to content

Commit

Permalink
fix: mv: cannot stat 'README.md': No such file or directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithreum committed Jan 22, 2024
1 parent 779f9cf commit 72b6582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
mkdir out
mv package.json out
mv dist out
mv README.md out
mv Readme.md out
mv LICENSE out
mv .gitignore out
Expand Down

0 comments on commit 72b6582

Please sign in to comment.