Skip to content

Commit

Permalink
fix: github actions apk upload try 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Gribbirg committed Jul 9, 2024
1 parent 501acd8 commit 6ac304b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: ./gradlew :app:reportWithApkDetailsForReleaseSigned $gradleFlags
- name: Get apk file name
run: |
APK_FILE=$(find ${{ github.workspace }}/app/build/outputs/apk/release-signed/ -type f -name "*.apk" | head -n 1
APK_FILE=$(find ${{ github.workspace }}/app/build/outputs/apk/release-signed/ -type f -name "*.apk" | head -n 1)
echo "APK_FILE=$APK_FILE" >> $GITHUB_ENV
APK_FILE_NAME=$(basename $APK_FILE)
echo "APK_FILE_NAME=APK_FILE_NAME" >> $GITHUB_ENV
Expand Down

0 comments on commit 6ac304b

Please sign in to comment.