We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5692fa3 commit f443730Copy full SHA for f443730
1 file changed
.github/workflows/release.yml
@@ -85,12 +85,13 @@ jobs:
85
mkdir -p release
86
87
# Create standalone executable for Linux
88
+ # pkg automatically names it awf-linux-x64 based on target
89
pkg . \
90
--targets node18-linux-x64 \
91
--output release/awf
92
- # Rename output to include platform
93
- mv release/awf-linux release/awf-linux-x64
+ # Verify the binary was created
94
+ ls -lh release/
95
96
- name: Create tarball for npm package
97
run: |
0 commit comments