Skip to content

Commit

Permalink
chore: action
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Sep 3, 2024
1 parent fb31c0a commit 8f21ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
file: app/build/outputs/apk/release/*.apk
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
overwrite: true
file_glob: true

0 comments on commit 8f21ded

Please sign in to comment.