Skip to content

Commit

Permalink
v0.0.1-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaSat committed Oct 23, 2024
1 parent 83e479d commit 12083b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Sign free APK
uses: r0adkll/sign-android-release@v1
with:
releaseDirectory: app/build/outputs/apk/free/release
releaseDirectory: app/build/outputs/apk/release
signingKeyBase64: ${{ secrets.SIGNING_KEY }}
alias: ${{ secrets.KEY_ALIAS }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
Expand Down
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@
.cxx
.kotlin/
keystore.properties
/free/
/offline/
app/free/release/
app/play/release/
app/offline/release/
app/release/

# Built application files
*.apk
Expand Down

0 comments on commit 12083b9

Please sign in to comment.