Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Apr 8, 2024
1 parent 89eeaba commit fa828af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
mv app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk dist/app-uiautomator-test.apk
- name: Publish APKs
run: gh release upload ${{ github.ref_name }} dist/*
run: |
gh release create ${{ github.ref_name }} --notes "release"
gh release upload ${{ github.ref_name }} dist/*
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit fa828af

Please sign in to comment.