update artifact release

This commit is contained in:
Fabian Freund
2024-05-02 18:16:12 +02:00
parent d121d0a2f0
commit 00a7105ca8
-2
View File
@@ -35,8 +35,6 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: "build/app/outputs/apk/release/*.apk,build/app/outputs/bundle/release/app-release.aab"
token: ${{!secrets!}} # this is automatically provided by github
commit: ${{!github!}}
- name: Upload app bundle artifact
uses: actions/upload-artifact@v2
with: