Skip to content

Commit

Permalink
Fix typo in the archive path (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sami Väntti authored Jan 17, 2022
1 parent 11df2bd commit 3f31544
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
gradle wrapper
./gradlew clean assembleDebug
- run: tree
- name: Archive builds
- name: Archive apk
if: startsWith(github.ref, 'refs/tags/v')
uses: actions/upload-artifact@v2
with:
name: app-debug-apk
path: '**/apk-debug.apk'
path: 'app/build/outputs/apk/debug/app-debug.apk'

0 comments on commit 3f31544

Please sign in to comment.