diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 779f04c..3750ae3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ 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 ./bin/tim.node ./bindings/node/tim/src/bin/$timNodeName + cp ./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