Skip to content

Commit 2949191

Browse files
committed
build: github release actions
1 parent 3a6fb34 commit 2949191

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/release.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,8 @@ jobs:
2121
- run: flutter analyze --no-pub --no-current-package lib/ test/
2222
- run: flutter test --no-pub test/
2323
- run: flutter build apk
24-
- uses: anton-yurchenko/git-release@v1
24+
- uses: softprops/action-gh-release@v1
25+
with:
26+
files: build/app/outputs/apk/release/app-release.apk
2527
env:
2628
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27-
DRAFT_RELEASE: "false"
28-
PRE_RELEASE: "false"
29-
CHANGELOG_FILE: "false"
30-
with:
31-
args: |
32-
build/app/outputs/apk/release/app-release.apk

0 commit comments

Comments
 (0)