mirror of
https://github.com/house-of-vanity/tmux-helper.git
synced 2026-02-04 01:37:57 +00:00
Bump PKGBUILD action
This commit is contained in:
44
.github/workflows/build.yml
vendored
44
.github/workflows/build.yml
vendored
@@ -38,31 +38,31 @@ jobs:
|
|||||||
name: ${{ matrix.artifact_name }}
|
name: ${{ matrix.artifact_name }}
|
||||||
path: ./target/release/tmux-helper
|
path: ./target/release/tmux-helper
|
||||||
|
|
||||||
make_arch:
|
# make_arch:
|
||||||
name: Make Arch Linux package
|
# name: Make Arch Linux package
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
container:
|
# container:
|
||||||
image: archlinux
|
# image: archlinux
|
||||||
options: --privileged
|
# options: --privileged
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v2
|
# - uses: actions/checkout@v2
|
||||||
- name: Disable systemd-nspawn
|
# - name: Disable systemd-nspawn
|
||||||
run: echo 'BUILDENV+=(!use_nspawn)' >> /etc/makepkg.conf
|
# run: echo 'BUILDENV+=(!use_nspawn)' >> /etc/makepkg.conf
|
||||||
- name: Build Arch Linux package
|
# - name: Build Arch Linux package
|
||||||
uses: FFY00/build-arch-package@v1
|
# uses: FFY00/build-arch-package@v1
|
||||||
with:
|
# with:
|
||||||
PKGBUILD: $GITHUB_WORKSPACE/.github/workflows/PKGBUILD
|
# PKGBUILD: $GITHUB_WORKSPACE/.github/workflows/PKGBUILD
|
||||||
OUTDIR: $HOME/arch-packages
|
# OUTDIR: $HOME/arch-packages
|
||||||
- run: mv $HOME/arch-packages/*pkg.tar.zst tmux-helper-x86_64.pkg.tar.zst
|
# - run: mv $HOME/arch-packages/*pkg.tar.zst tmux-helper-x86_64.pkg.tar.zst
|
||||||
- name: Upload Arch Package
|
# - name: Upload Arch Package
|
||||||
uses: actions/upload-artifact@v4
|
# uses: actions/upload-artifact@v4
|
||||||
with:
|
# with:
|
||||||
name: arch_linux_tmux-helper-x86_64.pkg.tar.zst
|
# name: arch_linux_tmux-helper-x86_64.pkg.tar.zst
|
||||||
path: ./tmux-helper-x86_64.pkg.tar.zst
|
# path: ./tmux-helper-x86_64.pkg.tar.zst
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
name: Publish release
|
name: Publish release
|
||||||
needs: [make_bin, make_arch]
|
needs: make_bin
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Get version
|
- name: Get version
|
||||||
|
|||||||
Reference in New Issue
Block a user