Skip to content

Commit

Permalink
add release
Browse files Browse the repository at this point in the history
  • Loading branch information
chathil committed Jun 1, 2021
1 parent 532679b commit 450f016
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ on:
push:
tags:
- '*'



jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -30,7 +29,6 @@ jobs:
env:
CUSTOM_PROPERTIES: ${{ secrets.EDAMAM_API }}


- name: Set up JDK 11
uses: actions/setup-java@v1
with:
Expand Down Expand Up @@ -58,4 +56,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: app/build/outputs/apk/debug/app-debug.apk
asset_name: dieter-debug.apk
asset_content_type: application/vnd.android.package-archive
asset_content_type: application/vnd.android.package-archive

0 comments on commit 450f016

Please sign in to comment.