Skip to content

Commit 6d989c7

Browse files
committed
add missing space
1 parent d76e2ee commit 6d989c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- run: |
3434
for target in $(echo $TARGET_LIST | tr "," "\n")
3535
do
36-
binary_name=$(echo $target | sed "s/^bun-/$PACKAGE_NAME-${{ steps.package-version.outputs.current-version}}/" | sed "s/-/_/g")
36+
binary_name=$(echo $target | sed "s/^bun-/$PACKAGE_NAME-${{ steps.package-version.outputs.current-version}}-/" | sed "s/-/_/g")
3737
bun build --compile --target=$target --minify --sourcemap --bytecode ./src/index.ts --outfile ./build/$binary_name
3838
done
3939
- name: Release

0 commit comments

Comments
 (0)