diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a5f6276..32426f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Go Build and Release +name: Node Build and Release on: workflow_dispatch: diff --git a/Makefile b/Makefile index f24425a..929bd5e 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ build-ci: npm i -g @vercel/ncc ncc build . -o build -m chmod +x ./build/index.js - tar -zcvf ./proxy-unit-linux-amd64.tar.gz ./build/* + cd build && tar -zcvf ./proxy-unit-linux-amd64.tar.gz ./* run: node . bun ./test/app.ts