Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: George Lemon <[email protected]>
  • Loading branch information
georgelemon committed Apr 17, 2024
1 parent 81bbd6f commit c1c4be7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ jobs:
timNodeName="tim-$(echo "${{ runner.os }}" | tr '[:upper:]' '[:lower:]').node"
git pull origin main
git checkout .
rm -f ./bindings/node/tim/src/bin/$timNodeName
git add ./bindings/node/tim/src/bin/$timNodeName
git commit -m "cleanup previous tim.node"
if test -f ./bindings/node/tim/src/bin/$timNodeName; then
rm -f ./bindings/node/tim/src/bin/$timNodeName
git add ./bindings/node/tim/src/bin/$timNodeName
git commit -m "cleanup previous tim.node"
fi
cp ./bin/tim.node ./bindings/node/tim/src/bin/$timNodeName
git status
git add ./bindings/node/tim/src/bin/$timNodeName
Expand Down

0 comments on commit c1c4be7

Please sign in to comment.