forked from github/wulkanowy-mirror
fix: invalid build directory + auto generated release notes
This commit is contained in:
parent
af71023bfb
commit
d068371fb1
8
.github/workflows/android.yml
vendored
8
.github/workflows/android.yml
vendored
@ -47,10 +47,8 @@ jobs:
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
files: |
|
||||
app/build/outputs/apk/debug/*.apk
|
||||
app/build/outputs/**/*-debug.apk
|
||||
|
||||
name: Release ${{ env.VERSION_NAME }} (${{ env.date_today }})
|
||||
tag_name: v${{ env.VERSION_NAME }}
|
||||
body: |
|
||||
## Changes
|
||||
- new version: ${{ env.VERSION_NAME }}
|
||||
- date: ${{ env.date_today }}
|
||||
generate_release_notes: true
|
||||
|
Loading…
Reference in New Issue
Block a user