We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6fb34 commit 2949191Copy full SHA for 2949191
.github/workflows/release.yml
@@ -21,12 +21,8 @@ jobs:
21
- run: flutter analyze --no-pub --no-current-package lib/ test/
22
- run: flutter test --no-pub test/
23
- run: flutter build apk
24
- - uses: anton-yurchenko/git-release@v1
+ - uses: softprops/action-gh-release@v1
25
+ with:
26
+ files: build/app/outputs/apk/release/app-release.apk
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- DRAFT_RELEASE: "false"
- PRE_RELEASE: "false"
29
- CHANGELOG_FILE: "false"
30
- with:
31
- args: |
32
- build/app/outputs/apk/release/app-release.apk
0 commit comments