We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b799b74 commit 77556b0Copy full SHA for 77556b0
2 files changed
.github/workflows/release.yml
@@ -91,7 +91,10 @@ jobs:
91
--output release/awf
92
93
# Verify the binary was created
94
+ echo "=== Contents of release directory ==="
95
ls -lh release/
96
+ echo "=== Checking if awf-linux-x64 exists ==="
97
+ test -f release/awf-linux-x64 && echo "✓ Binary exists!" || echo "✗ Binary NOT found!"
98
99
- name: Create tarball for npm package
100
run: |
package.json
@@ -57,7 +57,6 @@
57
],
58
"targets": [
59
"node18-linux-x64"
60
- ],
61
- "outputPath": "release"
+ ]
62
}
63
0 commit comments