Skip to content
This repository was archived by the owner on Jun 4, 2026. It is now read-only.

Commit ef11adf

Browse files
committed
v1.4.0
1 parent 98ac141 commit ef11adf

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/release.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ jobs:
8282
build/app/outputs/flutter-apk/hongeet_v*_armeabi-v7a.apk
8383
build/app/outputs/flutter-apk/hongeet_v*_arm64-v8a.apk
8484
85-
# - name: Create GitHub Release
86-
# uses: ncipollo/release-action@v1
87-
# with:
88-
# artifacts: |
89-
# build/app/outputs/flutter-apk/hongeet_v${VERSION}_universal.apk
90-
# build/app/outputs/flutter-apk/hongeet_v${VERSION}_armeabi-v7a.apk
91-
# build/app/outputs/flutter-apk/hongeet_v${VERSION}_arm64-v8a.apk
92-
93-
# tag: v${VERSION}
94-
# token: ${{ secrets.GITHUB_TOKEN }}
95-
# prerelease: false
85+
- name: Create GitHub Release
86+
uses: ncipollo/release-action@v1
87+
with:
88+
artifacts: |
89+
build/app/outputs/flutter-apk/hongeet_v${VERSION}_universal.apk
90+
build/app/outputs/flutter-apk/hongeet_v${VERSION}_armeabi-v7a.apk
91+
build/app/outputs/flutter-apk/hongeet_v${VERSION}_arm64-v8a.apk
92+
93+
tag: v${VERSION}
94+
token: ${{ secrets.GITHUB_TOKEN }}
95+
prerelease: false

0 commit comments

Comments
 (0)