This commit is contained in:
2026-05-17 17:15:33 +07:00
parent 0c987d39b3
commit 26f5760987
9 changed files with 38 additions and 37 deletions
+1
View File
@@ -29,6 +29,7 @@ build-linux:
"CGO_ENABLED=1 GOOS=linux GOARCH=arm64 go build -o bin/evening_detective_linux_arm64 cmd/evening_detective/main.go"
ls ../evening_detective_stories | grep Дело | xargs -I {} cp -f bin/evening_detective_linux_arm64 "../evening_detective_stories/{}/game/"
ls ../evening_detective_stories | grep Дело | xargs -I {} cp -f docker-compose.yml "../evening_detective_stories/{}/game/"
ls ../evening_detective_stories | grep Дело | xargs -I {} cp -f Dockerfile "../evening_detective_stories/{}/game/"
text_to_story:
rm -f ./cmd/text_to_story/story.json