Skip to content

Commit

Permalink
fix(scripts): removes rm command in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
struckchure committed Apr 20, 2023
1 parent deffef5 commit c0279c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
key: ${{ runner.os }}-gradle-caches-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-caches-
- name: Build Signed APK
run: sh scripts/build.sh

Expand Down
2 changes: 0 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@ keytool -genkeypair \

cd android
./gradlew assembleRelease && cd ..

rm android/app/$RELEASE_STORE_FILE

0 comments on commit c0279c9

Please sign in to comment.