Skip to content

Commit

Permalink
fix: release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
jhagestedt committed May 7, 2021
1 parent 90ebdb4 commit d4a341a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
./gradlew --no-daemon build
- name: assets
run: |-
cd ./dgca-verifier-app-android
gh release upload ${APP_VERSION} \
--clobber \
./dgca-verifier-app-android/app/build/outputs/apk/release/app-release-unsigned.apk#app-release-unsigned-${APP_VERSION}.apk
./app/build/outputs/apk/release/app-release-unsigned.apk#app-release-unsigned-${APP_VERSION}.apk
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d4a341a

Please sign in to comment.