From d09629794faa66d9ff96cd38251deef256723293 Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Thu, 3 Apr 2025 13:32:19 +0100 Subject: [PATCH] Drop PKGBUILDaction --- .github/workflows/build.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8188dd5..519c2d6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -94,19 +94,10 @@ jobs: name: tmux-helper-macos path: ./ - - name: Download Arch package - uses: actions/download-artifact@v2 - with: - name: arch_linux_tmux-helper-x86_64.pkg.tar.zst - 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 upload -u house-of-vanity -r tmux-helper --tag ${{ steps.get_version.outputs.FULL_TAG }} --name arch_linux_tmux-helper-${{ steps.get_version.outputs.VERSION }}-x86_64.pkg.tar.zst --file ./tmux-helper-x86_64.pkg.tar.zst - ./bin/linux/amd64/github-release