Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Jun 17, 2024
1 parent 60d886d commit 7da3c5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go Build and Release
name: Node Build and Release

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7da3c5f

Please sign in to comment.