We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c98c95 commit ca44613Copy full SHA for ca44613
scripts/release-linux.nu
@@ -74,6 +74,7 @@ cd $release_dir
74
let artifact_filename = $'($binary)-($version)-($target)'
75
76
print $"Renaming release artifact to ($artifact_filename)..."
77
+chmod +x $binary
78
cp -v $binary $'($release_dir)/($artifact_filename)'
79
80
print $'Release artifact at ($artifact_filename) is ready'
scripts/release-macos.nu
@@ -39,6 +39,7 @@ cd $release_dir
39
40
41
42
43
44
45
0 commit comments