Skip to content

Commit

Permalink
Debug echo + ls
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Jul 16, 2024
1 parent ff7828f commit 6562eb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,9 @@ elif [[ "$OS" = "macos" ]]; then
# Rename folder because "Eclipse" is inconsistent
mv Eclipse eclipse
elif [[ "$OS" = "macosarm" ]]; then
echo "var: $ARCHIVE_FILE_MACOSARM"
echo "ls:"
ls
7z x $ARCHIVE_FILE_MACOSARM
# Rename folder because "Eclipse" is inconsistent
mv Eclipse eclipse
Expand Down

0 comments on commit 6562eb9

Please sign in to comment.