Skip to content

Commit 7d68104

Browse files
committed
build: use hub action
1 parent 65d3357 commit 7d68104

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
run: ./gradlew assembleRelease
2323
- name: Set current directory as a safe repository
2424
run: git config --global --add safe.directory /github/workspace
25-
- name: Releasing using Hub
26-
uses: r0user/release-apk@main
25+
- uses: geertvdc/setup-hub@master
26+
- name: Release using hub
27+
run: hub release create -a ./app/build/outputs/apk/release/**.apk -m "v${GITHUB_REF##*/}" ${GITHUB_REF##*/}
2728
env:
2829
GITHUB_TOKEN: ${{ secrets.TOKEN }}
29-
APP_FOLDER: app

0 commit comments

Comments
 (0)