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