Skip to content

Commit

Permalink
Update build-manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wong-fi-hung authored Jan 29, 2024
1 parent a1a4821 commit 9167fa6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
run: strip -s cpuminer
- name: mktargz
run: mkdir termux-miner-v3.0.0; cp cpuminer cpuminer-conf.json termux-miner-v3.0.0; tar -Jcvf termux-miner-v3.0.0_amd64.tar.xz termux-miner-v3.0.0
env:
GH_TOKEN: ${{ github.token }}
- name: run_gh
run: gh release upload v3.0.0 termux-miner-v3.0.0_amd64.tar.xz
run: gh release upload v3.0.0 termux-miner-v3.0.0_amd64.tar.xz
env: GH_TOKEN: ${{ github.token }}
shell: bash
- name: test

0 comments on commit 9167fa6

Please sign in to comment.