Skip to content

Commit 46fcd85

Browse files
committed
correct the windows artifact path
1 parent 66550a5 commit 46fcd85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
artifact="goose-${target}.zip"
136136
gh release download "${TAG}" --pattern "${artifact}" --dir /tmp
137137
unzip -o "/tmp/${artifact}" -d /tmp/goose-extract
138-
cp /tmp/goose-extract/goose.exe "${pkg_dir}/goose.exe"
138+
cp /tmp/goose-extract/goose-package/goose.exe "${pkg_dir}/goose.exe"
139139
rm -rf /tmp/goose-extract "/tmp/${artifact}"
140140
else
141141
artifact="goose-${target}.tar.bz2"

0 commit comments

Comments
 (0)