Drop PKGBUILDaction

This commit is contained in:
Ultradesu
2025-04-03 13:38:14 +01:00
parent 337949a792
commit a910ea39f4

View File

@@ -93,11 +93,26 @@ jobs:
with:
name: tmux-helper-macos
path: ./
- name: Upload binary assets
run: |
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
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