We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca972af commit b11a298Copy full SHA for b11a298
.github/workflows/linux-portal.yml
@@ -50,7 +50,7 @@ jobs:
50
cp $output ..
51
echo "ASSET=$output" >> $GITHUB_ENV
52
53
- output="$binary_name-cursor-${{ env.VERSION }}-x86_64-linux.tar.gz"
+ output="$binary_name-cursor-portal-${{ env.VERSION }}-x86_64-linux.tar.gz"
54
cp -rf release/$binary_name-cursor $binary_name-cursor
55
tar -zcf $output $binary_name-cursor
56
0 commit comments