Skip to content

Commit

Permalink
Mark CI script as executable
Browse files Browse the repository at this point in the history
  • Loading branch information
CryZe committed Jan 21, 2024
1 parent 848a5b3 commit 1541068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/before_deploy.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ main() {
stage=$(mktemp -d)
fi

if [ "$OS_NAME" = "ubuntu-latest" ]; then
if [[ "$OS_NAME" = ubuntu-* ]]; then
cp target/$TARGET/max-opt/asr-debugger $stage/.
elif [ "$OS_NAME" = "macOS-latest" ]; then
cp target/$TARGET/max-opt/asr-debugger $stage/.
Expand Down

0 comments on commit 1541068

Please sign in to comment.