We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d76e2ee commit 6d989c7Copy full SHA for 6d989c7
.github/workflows/main.yml
@@ -33,7 +33,7 @@ jobs:
33
- run: |
34
for target in $(echo $TARGET_LIST | tr "," "\n")
35
do
36
- binary_name=$(echo $target | sed "s/^bun-/$PACKAGE_NAME-${{ steps.package-version.outputs.current-version}}/" | sed "s/-/_/g")
+ binary_name=$(echo $target | sed "s/^bun-/$PACKAGE_NAME-${{ steps.package-version.outputs.current-version}}-/" | sed "s/-/_/g")
37
bun build --compile --target=$target --minify --sourcemap --bytecode ./src/index.ts --outfile ./build/$binary_name
38
done
39
- name: Release
0 commit comments