We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6659b2a commit 7d198ccCopy full SHA for 7d198cc
1 file changed
.github/workflows/bun-compile.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Create entry point
41
run: |
42
- echo 'await import("@augmentcode/auggie");' > augment.mjs
+ printf 'process.argv[1] = process.execPath;\nawait import("@augmentcode/auggie");\n' > augment.mjs
43
44
- name: Compile binary
45
run: bun build augment.mjs --compile --target=${{ matrix.target }} --outfile=${{ matrix.output }}
0 commit comments