mirror of
https://github.com/house-of-vanity/tmux-helper.git
synced 2026-02-04 09:47:59 +00:00
Drop PKGBUILDaction
This commit is contained in:
19
.github/workflows/build.yml
vendored
19
.github/workflows/build.yml
vendored
@@ -93,11 +93,26 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: tmux-helper-macos
|
name: tmux-helper-macos
|
||||||
path: ./
|
path: ./
|
||||||
|
|
||||||
- name: Upload binary assets
|
- name: Upload binary assets
|
||||||
run: |
|
run: |
|
||||||
wget https://github.com/aktau/github-release/releases/download/v0.7.2/linux-amd64-github-release.tar.bz2
|
wget https://github.com/aktau/github-release/releases/download/v0.7.2/linux-amd64-github-release.tar.bz2
|
||||||
tar xjf linux-amd64-github-release.tar.bz2
|
tar xjf linux-amd64-github-release.tar.bz2
|
||||||
export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
|
export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
|
||||||
./bin/linux/amd64/github-release
|
|
||||||
|
./bin/linux/amd64/github-release upload \
|
||||||
|
-u house-of-vanity \
|
||||||
|
-r tmux-helper \
|
||||||
|
--tag ${{ steps.get_version.outputs.FULL_TAG }} \
|
||||||
|
--name tmux-helper-${{ steps.get_version.outputs.VERSION }}-linux \
|
||||||
|
--file ./tmux-helper
|
||||||
|
|
||||||
|
mv ./tmux-helper ./tmux-helper-macos
|
||||||
|
|
||||||
|
./bin/linux/amd64/github-release upload \
|
||||||
|
-u house-of-vanity \
|
||||||
|
-r tmux-helper \
|
||||||
|
--tag ${{ steps.get_version.outputs.FULL_TAG }} \
|
||||||
|
--name tmux-helper-${{ steps.get_version.outputs.VERSION }}-macos \
|
||||||
|
--file ./tmux-helper-macos
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user