We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89eeaba commit fa828afCopy full SHA for fa828af
.github/workflows/release.yml
@@ -41,6 +41,8 @@ jobs:
41
mv app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk dist/app-uiautomator-test.apk
42
43
- name: Publish APKs
44
- run: gh release upload ${{ github.ref_name }} dist/*
+ run: |
45
+ gh release create ${{ github.ref_name }} --notes "release"
46
+ gh release upload ${{ github.ref_name }} dist/*
47
env:
48
GH_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments