Skip to content

Commit f13e7d9

Browse files
authored
Fix YAML formatting in apk.yml workflow
1 parent 86c0e3f commit f13e7d9

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/apk.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: Build Signed Release APK
22

33
on:
4-
workflow_dispatch:
5-
push:
6-
tags:
7-
- 'v*'
4+
workflow_dispatch:
5+
push:
6+
tags:
7+
- 'v*'
88

99
jobs:
10-
build:
11-
runs-on: ubuntu-latest
12-
13-
steps:
10+
build:
11+
runs-on: ubuntu-latest
12+
13+
steps:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
1616

0 commit comments

Comments
 (0)