Skip to content

Commit 50eec9b

Browse files
committed
fix workflow & create release
1 parent bab6f34 commit 50eec9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
pip install build protoletariat
3131
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3232
- name: Compile python protobuf files
33-
run: python src/compile.py
33+
run: python compile.py
3434
- name: Build package
3535
run: python -m build
3636
- name: Generate release tag

0 commit comments

Comments
 (0)