fix makefile cd (#1777)

This commit is contained in:
Armani Ferrante 2022-04-12 17:40:48 -04:00 committed by GitHub
parent e69879e3e8
commit 76a3946845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ publish:
sleep 25
cd lang/attribute/event/ && cargo publish && cd ../../../
sleep 25
cd lang/ && cargo publish && cd../
cd lang/ && cargo publish && cd ../
sleep 25
cd spl/ && cargo publish && cd ../
sleep 25