We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66550a5 commit 46fcd85Copy full SHA for 46fcd85
.github/workflows/publish-npm.yml
@@ -135,7 +135,7 @@ jobs:
135
artifact="goose-${target}.zip"
136
gh release download "${TAG}" --pattern "${artifact}" --dir /tmp
137
unzip -o "/tmp/${artifact}" -d /tmp/goose-extract
138
- cp /tmp/goose-extract/goose.exe "${pkg_dir}/goose.exe"
+ cp /tmp/goose-extract/goose-package/goose.exe "${pkg_dir}/goose.exe"
139
rm -rf /tmp/goose-extract "/tmp/${artifact}"
140
else
141
artifact="goose-${target}.tar.bz2"
0 commit comments