Skip to content

Commit b2baa3a

Browse files
authored
fix: fix deploy
1 parent 53f84d9 commit b2baa3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
pkgname=$PROJECT_NAME-$TAG-$platform
114114
mkdir tmp/$pkgname
115115
# cp LICENSE README.md tmp/$pkgname
116-
mv bins-$platform/$BIN_NAME$exe tmp/$pkgname
116+
mv cotp-$platform/$BIN_NAME$exe tmp/$pkgname
117117
chmod +x tmp/$pkgname/$BIN_NAME$exe
118118
119119
if [ "$exe" = "" ]; then

0 commit comments

Comments
 (0)