Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SanmerDev committed Aug 4, 2023
1 parent f2cc730 commit 33b0f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
if: success() && github.ref == 'refs/heads/main'
id: release-name
run: |
name=`ls app/build/outputs/apk/release/*-arm64-v8a-release.apk | awk -F '(/|-arm64-v8a-release.apk)' '{print $6}'` && echo "name=${name}-release"
name=`ls app/build/outputs/apk/release/*-arm64-v8a-release.apk | awk -F '(/|-arm64-v8a-release.apk)' '{print $6}'` && echo "name=${name}-release" >> $GITHUB_OUTPUT
- name: Upload built apk
if: success() && github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 33b0f61

Please sign in to comment.