Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit 6332c8c

Browse files
committed
fix build v3.0.8
1 parent 96ca87f commit 6332c8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
CMD_BUILD: |
5050
poetry install --with dev
5151
poetry run build_ui
52-
mkdir -p log
53-
touch log/app.log
52+
mkdir -p nyanga/log
53+
touch nyanga/log/app.log
5454
poetry run build_linux
5555
OUT_FILE_NAME: Nyanga-Read-bin
5656
ASSET_MIME: application/octet-stream

0 commit comments

Comments
 (0)