Skip to content

Commit fa828af

Browse files
committed
fix workflow
1 parent 89eeaba commit fa828af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
mv app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk dist/app-uiautomator-test.apk
4242
4343
- name: Publish APKs
44-
run: gh release upload ${{ github.ref_name }} dist/*
44+
run: |
45+
gh release create ${{ github.ref_name }} --notes "release"
46+
gh release upload ${{ github.ref_name }} dist/*
4547
env:
4648
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)