Skip to content

Commit

Permalink
yml
Browse files Browse the repository at this point in the history
  • Loading branch information
metinkale38 committed Dec 25, 2023
1 parent cd366b1 commit 5d31f93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/androidci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Android CI
name: Build with FDroid Flavor

on:
push:
Expand All @@ -21,5 +21,5 @@ jobs:

- name: Grant execute permission for ci_build.sh
run: chmod +x ci_build.sh
- name: Build with ci_build.sj
- name: Build with ci_build.sh
run: ./ci_build.sh

0 comments on commit 5d31f93

Please sign in to comment.