Skip to content

Commit b11a298

Browse files
committed
[*] update github action configue
1 parent ca972af commit b11a298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-portal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
cp $output ..
5151
echo "ASSET=$output" >> $GITHUB_ENV
5252
53-
output="$binary_name-cursor-${{ env.VERSION }}-x86_64-linux.tar.gz"
53+
output="$binary_name-cursor-portal-${{ env.VERSION }}-x86_64-linux.tar.gz"
5454
cp -rf release/$binary_name-cursor $binary_name-cursor
5555
tar -zcf $output $binary_name-cursor
5656
cp $output ..

0 commit comments

Comments
 (0)