Android initial release

This commit is contained in:
WardPearce
2024-05-06 16:44:05 +12:00
parent 644005932c
commit de5098b8dc
-1
View File
@@ -69,7 +69,6 @@ jobs:
with:
artifacts: "./materialious/android/app/build/outputs/app-release-signed.aab, ./materialious/android/app/build/outputs/app-release-signed.apk"
body: ${{ steps.changelog.outputs.changelog }}
tag: ${{ github.event.head_commit.message }}
name: Release ${{ github.event.head_commit.message }}
allowUpdates: true
token: ${{ secrets.GITHUB_TOKEN }}