Skip to content

Commit

Permalink
Update publish_release.yml
Browse files Browse the repository at this point in the history
Remove unnecessary archive step for android builds
  • Loading branch information
1runeberg authored Sep 11, 2024
1 parent 79096c1 commit 8dd0b38
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,6 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: cd confichat && flutter build apk --release

- name: Archive Android Build
if: matrix.os == 'ubuntu-latest'
run: |
cd confichat/build/app/outputs/flutter-apk
zip -r android-release.zip app-release.apk
- name: Create Release (Windows)
if: matrix.os == 'windows-latest'
uses: softprops/[email protected]
Expand Down Expand Up @@ -112,6 +106,6 @@ jobs:
tag_name: ${{ github.event.inputs.release_tag }}
name: ${{ github.event.inputs.release_name }}
body: ${{ env.RELEASE_NOTES }}
files: confichat/build/app/outputs/flutter-apk/android-release.zip
files: confichat/build/app/outputs/flutter-apk/app-release.apk
env:
GITHUB_TOKEN: ${{ secrets.CONFICHAT_SECRET }}

0 comments on commit 8dd0b38

Please sign in to comment.