Skip to content

Commit

Permalink
tmp: use latest commit of upload-release-action
Browse files Browse the repository at this point in the history
  • Loading branch information
thunder-coding committed Feb 16, 2023
1 parent 1eb0912 commit 124646f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/attach_debug_apks_to_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,15 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v3
- name: Upload APKs to release
uses: termux/upload-release-action@v4.1.0
uses: termux/upload-release-action@c6bc73fa777109ac75c51ec3b6ae7841f45cb67a
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: "**/*.apk"
file_glob: true
release_name:
tag: ${{ github.event.release.tag_name }}
checksums: sha256,sha512,md5
checksums_file_name: release.%algo%
delete_release:
if: failure()
runs-on: ubuntu-latest
Expand Down

0 comments on commit 124646f

Please # to comment.