ci: Remove testing

This commit is contained in:
Pun Butrach 2024-11-13 22:54:37 +07:00 committed by GitHub
parent c2316dc9d1
commit 5888607388
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,11 +57,14 @@ jobs:
run: |
echo "${{ secrets.KEYSTORE }}" | base64 --decode > "keystore.jks"}
- name: Build
env:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
KEYSTORE_ENTRY_ALIAS: ${{ secrets.KEYSTORE_ENTRY_ALIAS }}
KEYSTORE_ENTRY_PASSWORD: ${{ secrets.KEYSTORE_ENTRY_PASSWORD }}
run: |
flutter build apk
npx semantic-release
- name: Find APK file
id: find_apk