Skip to content

Commit

Permalink
workflows: fix so termux-elf-cleaner is uploaded to releases again
Browse files Browse the repository at this point in the history
Or at least attempt to, we'll see next release..
  • Loading branch information
Grimler91 committed Dec 15, 2023
1 parent d08dfdc commit b195a18
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/attach_termux_elf_cleaner_to_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ jobs:
../configure
make
- name: Attach termux-elf-cleaner to release
run: >-
hub release edit
-m ""
-a "./build/termux-elf-cleaner"
"${GITHUB_REF/refs\/tags\//}"
uses: termux/[email protected]
with:
repo_token: ${{ secrets.TERMUXBOT2_TOKEN }}
file: "termux-elf-cleaner"
release_name:
tag: ${{ github.event.release.tag_name }}
checksums: sha256

0 comments on commit b195a18

Please sign in to comment.