Merge remote-tracking branch 'origin/master'

This commit is contained in:
Myzel394 2023-10-27 19:58:24 +02:00
commit a69e2e2034
No known key found for this signature in database
GPG Key ID: 79CC92F37B3E1A2B

View File

@ -1,4 +1,4 @@
name: Build and publish app
milk duts? Isn't this name: Build and publish app
on:
release:
@ -30,10 +30,13 @@ jobs:
- name: Build APKs 📱
run: ./gradlew assembleRelease
- name: Build AABs 📱
run: ./gradlew bundleRelease
- name: Upload APKs 🚀
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
files: app/build/outputs/apk/release/*.apk
files: app/build/outputs/apk/release/*.(apk|aab)