diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 19d1ab7..c6a0412 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,10 +58,10 @@ package: - mkdir -p target/npm-build - shadow-cljs release app - cp README.md target/npm-build/ - - cp package.json target/npm-build/ + - cp package.json target/npm-build/ - chmod a+x target/npm-build/mastodon-bot.js - sha256sum target/npm-build/mastodon-bot.js > target/npm-build/mastodon-bot.js.sha256 - - sha512sum targetnpm-build//mastodon-bot.js > target/npm-build/mastodon-bot.js.sha512 + - sha512sum target/npm-build/mastodon-bot.js > target/npm-build/mastodon-bot.js.sha512 artifacts: paths: - target/npm-build