From 7f1a54f2214a12df79edfea9414c8e3b53608562 Mon Sep 17 00:00:00 2001 From: George Lemon Date: Wed, 17 Apr 2024 07:15:12 +0300 Subject: [PATCH] update workflow Signed-off-by: George Lemon --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f920344..779f04c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,8 +30,8 @@ jobs: git config --local user.name "github-actions[bot]" git config --local user.email "github-actions[bot]@users.noreply.github.com" timNodeName="tim-$(echo "${{ runner.os }}" | tr '[:upper:]' '[:lower:]').node" - mv tim.node $timNodeName - git add ./bin/$timNodeName + mv ./bin/tim.node ./bindings/node/tim/src/bin/$timNodeName + git add ./bindings/node/tim/src/bin/$timNodeName git commit -m "bundle tim for node on ${{ runner.os }}" - name: Push changes # push the output folder to your repo uses: ad-m/github-push-action@master