updated main.yml

This commit is contained in:
Moritz Weber 2022-10-03 14:26:55 +02:00
parent bbb0c02872
commit 4f9f174a2d

View file

@ -32,6 +32,6 @@ jobs:
- run: flutter build apk --flavor prod - run: flutter build apk --flavor prod
- name: Github Release - name: Github Release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
# if: startsWith(github.ref, 'refs/tags') if: startsWith(github.ref, 'refs/tags')
with: with:
files: src/build/app/outputs/flutter-apk/app-prod-release.apk files: src/build/app/outputs/flutter-apk/app-prod-release.apk