diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3184c7d..2635c19 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,6 +31,7 @@ jobs: git config --local user.email "github-actions[bot]@users.noreply.github.com" timNodeName="tim-$(echo "${{ runner.os }}" | tr '[:upper:]' '[:lower:]').node" git pull origin main + git checkout . rm ./bindings/node/tim/src/bin/$timNodeName cp ./bin/tim.node ./bindings/node/tim/src/bin/$timNodeName git add ./bindings/node/tim/src/bin/$timNodeName diff --git a/.gitignore b/.gitignore index 0d0d0af..099a01c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,7 @@ htmldocs/ /tests/app/storage/* /example/storage/ast/* /example/storage/html/* -/bindings/tim/src/bin/* \ No newline at end of file +/bindings/tim/src/bin/* +/init.sh +/CMakeLists.txt +denim_build/ \ No newline at end of file