Skip to content

Commit 203a69e

Browse files
committed
use propper yml syntax 🤦
1 parent b71fbf5 commit 203a69e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Main
22

33
env:
4-
ZEPATCH_PYTHON_PATH="/usr/bin/python3"
4+
ZEPATCH_PYTHON_PATH: "/usr/bin/python3"
55

66
on:
77
push:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Android Build and Publish
22

33
env:
4-
ZEPATH_PYTHON_PATH="/usr/bin/python3"
4+
ZEPATH_PYTHON_PATH:"/usr/bin/python3"
55

66
permissions:
77
contents: write

0 commit comments

Comments
 (0)