updated main.yml
This commit is contained in:
parent
bbb0c02872
commit
4f9f174a2d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue