Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/attach_debug_apks_to_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v4
- name: Upload APKs to release
uses: termux/upload-release-action@c6bc73fa777109ac75c51ec3b6ae7841f45cb67a
uses: termux/upload-release-action@6abbd3d0268c27ad80bba89383fae711dc98c2c9
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: "**/*.apk"
Expand Down