Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
letwebdev committed Oct 9, 2023
1 parent ce74b54 commit 881b9cc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ jobs:
with:
name: apk
path: './android/app/build/outputs/apk/debug/app-debug.apk'
release:
name: Release APK
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
steps:
- name: Download APK from build
uses: actions/download-artifact@v1
with:
name: apk
# release:
# name: Release APK
# if: startsWith(github.ref, 'refs/tags/v')
# runs-on: ubuntu-latest
# steps:
# - name: Download APK from build
# uses: actions/download-artifact@v1
# with:
# name: apk
# - name: Create Release
# id: create_release
# uses: actions/create-release@v1
Expand Down

0 comments on commit 881b9cc

Please sign in to comment.