Skip to content

Commit

Permalink
fix(ci): corrects apk build script name
Browse files Browse the repository at this point in the history
  • Loading branch information
struckchure committed Apr 20, 2023
1 parent b263123 commit deffef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-caches-
- name: Build Signed APK
run: sh scripts/build_release.sh
run: sh scripts/build.sh

- uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit deffef5

Please sign in to comment.