We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbae26f commit edfbe00Copy full SHA for edfbe00
.github/workflows/pack-binaries.sh
@@ -19,7 +19,7 @@ function make_change_log()
19
20
chmod -R -v +x als-*-$DEBUG
21
for X in Linux macOS Windows ; do mv -v -f als-$X-$DEBUG/* integration/vscode/ada/; done
22
-rm -f -v integration/vscode/ada/{linux,darwin,win32}/*.{debug,dSYM}
+rm -rf -v integration/vscode/ada/{linux,darwin,win32}/*.{debug,dSYM}
23
pushd integration/vscode/ada
24
sed -i -e "/version/s/[0-9][0-9.]*/$TAG/" package.json
25
[ -z "$DEBUG" ] || sed -i -e '/^ "name"/s/ada/ada-debug/' \
0 commit comments