Skip to content

Commit

Permalink
use gh release upload
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Apr 8, 2024
1 parent 80231ec commit c521544
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,4 @@ jobs:
mv app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk dist/app-uiautomator-test.apk
- name: Publish APKs
uses: actions/upload-artifact@v3
with:
name: app-uiautomator
path: dist/



run: gh release upload ${{github.event.release.tag_name}} dist/*

0 comments on commit c521544

Please sign in to comment.