Skip to content

Commit

Permalink
Wrap APK in ZIP file before release
Browse files Browse the repository at this point in the history
  • Loading branch information
reconman committed Dec 31, 2023
1 parent 5cbd1f0 commit f264c6a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ jobs:
env:
SUPPLY_JSON_KEY_DATA: ${{ secrets.SERVICE_ACCOUNT_NEW_APP }}
SUPPLY_VERSION_CODE: ${{ github.run_number }}

- name: zip APK
run: zip FGA-apk.zip io.github.fate_grand_automata.apk
- id: create_release
uses: marvinpinto/action-automatic-releases@latest
with:
Expand All @@ -157,4 +158,4 @@ jobs:
prerelease: true
title: 'FGA ${{ github.run_number }}'
files: |
*.apk
FGA-apk.zip

0 comments on commit f264c6a

Please sign in to comment.