Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Apr 8, 2024
1 parent 47ca134 commit 89eeaba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ 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.event.release.tag_name}} dist/*
run: gh release upload ${{ github.ref_name }} dist/*
env:
GH_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 89eeaba

Please sign in to comment.