We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8086c5f commit 95b7c43Copy full SHA for 95b7c43
.github/workflows/build.yml
@@ -232,8 +232,8 @@ jobs:
232
mv artifacts/build dist/
233
mv artifacts/docs docs/
234
235
- rm -f ./llama/binariesGithubRelease
236
- mv artifacts/binariesGithubRelease ./llama/binariesGithubRelease.json
+ rm -f ./llama/binariesGithubRelease.json
+ mv artifacts/binariesGithubRelease/binariesGithubRelease.json ./llama/binariesGithubRelease.json
237
238
echo "Built binaries:"
239
ls llamaBins
0 commit comments