Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abueide committed Oct 31, 2022
1 parent ab962d4 commit f3cd9fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
wrapper-cache-enabled: true
dependencies-cache-enabled: true
configuration-cache-enabled: true
- uses: softprops/action-gh-release@v1
with:
files: |
androidApp/build/outputs/apk/release/*.apk
- uses: softprops/action-gh-release@v1
with:
files: |
androidApp/build/outputs/apk/release/*.apk
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f3cd9fb

Please sign in to comment.