Skip to content

Commit

Permalink
cp instead
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 b8bdc46 commit b6d64df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6d64df

Please sign in to comment.