Skip to content

Commit 95b7c43

Browse files
authored
ci: fix build (#12)
1 parent 8086c5f commit 95b7c43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ jobs:
232232
mv artifacts/build dist/
233233
mv artifacts/docs docs/
234234
235-
rm -f ./llama/binariesGithubRelease
236-
mv artifacts/binariesGithubRelease ./llama/binariesGithubRelease.json
235+
rm -f ./llama/binariesGithubRelease.json
236+
mv artifacts/binariesGithubRelease/binariesGithubRelease.json ./llama/binariesGithubRelease.json
237237
238238
echo "Built binaries:"
239239
ls llamaBins

0 commit comments

Comments
 (0)