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 848a5b3 commit 1541068Copy full SHA for 1541068
.github/workflows/before_deploy.sh
100644
100755
@@ -11,7 +11,7 @@ main() {
11
stage=$(mktemp -d)
12
fi
13
14
- if [ "$OS_NAME" = "ubuntu-latest" ]; then
+ if [[ "$OS_NAME" = ubuntu-* ]]; then
15
cp target/$TARGET/max-opt/asr-debugger $stage/.
16
elif [ "$OS_NAME" = "macOS-latest" ]; then
17
0 commit comments