fix the npm publish dir
This commit is contained in:
parent
956367aba0
commit
4d51d834ea
1 changed files with 1 additions and 1 deletions
2
.github/workflows/stable.yml
vendored
2
.github/workflows/stable.yml
vendored
|
@ -86,4 +86,4 @@ jobs:
|
||||||
cp target/mastodon-bot.js.sha512 target/npm-build/mastodon_bot/
|
cp target/mastodon-bot.js.sha512 target/npm-build/mastodon_bot/
|
||||||
cp package.json target/npm-build/mastodon_bot/
|
cp package.json target/npm-build/mastodon_bot/
|
||||||
cp README.md target/npm-build/mastodon_bot/
|
cp README.md target/npm-build/mastodon_bot/
|
||||||
npm publish ./target/npm-build --access public
|
npm publish ./target/npm-build/mastodon_bot --access public
|
||||||
|
|
Reference in a new issue