Skip to content

Commit

Permalink
untaring
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak-Shaha committed Sep 20, 2024
1 parent e5c6499 commit 94e105b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
wget https://www.silabs.com/documents/public/software/SimplicityCommander-Linux.zip
unzip SimplicityCommander-Linux.zip -d /opt/silabs/simplicity-commander
rm SimplicityCommander-Linux.zip
FILE=$(find /opt/silabs/simplicity-commander -name "*Commander_linux_x86_64*.zip")
FILE=$(find /opt/silabs/simplicity-commander/ -name "*Commander_linux_x86_64*")
if [ -n "$FILE" ]; then
unzip "$FILE" -d /opt/silabs/simplicity-commander
tar -xzvf "$FILE" -C /opt/silabs/simplicity-commander
else
echo "File not found"
fi
Expand Down

0 comments on commit 94e105b

Please sign in to comment.