Skip to content

Commit

Permalink
update android ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Jan 7, 2025
1 parent af5370b commit a633b16
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/pr_test_build_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,17 +267,7 @@ jobs:
cp app-x86_64-release.apk test-apk/${BRANCH_NAME}_x86.apk
cd test-apk
cp ${BRANCH_NAME}.apk ${BRANCH_NAME}_slack.apk
- name: Upload Artifact
uses: kittaakos/upload-artifact-as-is@v0
with:
path: ${{ github.workspace }}/build/app/outputs/flutter-apk/test-apk/
# Re-upload updated build number for the next run
- name: Upload updated build number
uses: actions/upload-artifact@v3
with:
name: build_number
path: build_number.txt
- name: Find APK file
id: find_apk
run: |
Expand All @@ -293,4 +283,10 @@ jobs:
path: ${{ env.APK_FILE }}
channel: ${{ secrets.SLACK_APK_CHANNEL }}
initial_comment: ${{ github.event.head_commit.message }}

- name: cleanup
run: rm -rf build/app/outputs/flutter-apk/test-apk/

- name: Upload Artifact
uses: kittaakos/upload-artifact-as-is@v0
with:
path: ${{ github.workspace }}/build/app/outputs/flutter-apk

0 comments on commit a633b16

Please sign in to comment.