Skip to content

Commit

Permalink
update: github action v4
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Jul 2, 2023
1 parent 5691ae8 commit 9fdd633
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/android-ci-generate-apk-aab-upload-4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
# run: java -jar ".github/lib/bundletool.jar" build-apks --bundle=${{ env.main_project_module }}/build/outputs/bundle/debug/${{ env.artifact_name }}-debug.aab --output=${{ env.main_project_module }}/build/outputs/bundle/debug/${{ env.artifact_name }}-debug.apks --mode=universal

- name: Set Artifact from generated aab
run: files=${{ env.generated_name_aab }}/build/outputs/apk/debug/*
run: |
files=${{ env.generated_name_aab }}/build/outputs/apk/debug/*
echo "${files[0]}" >> $GITHUB_ENV
# Build APK From Bundle Using Bundletool
Expand Down

0 comments on commit 9fdd633

Please sign in to comment.