mirror of
https://github.com/house-of-vanity/rexec.git
synced 2025-07-07 08:54:06 +00:00
Fix CI
This commit is contained in:
13
.github/workflows/release.yml
vendored
13
.github/workflows/release.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
path: target/x86_64-unknown-linux-musl/release/${{ env.BINARY_NAME }}
|
path: target/x86_64-unknown-linux-musl/release/${{ env.BINARY_NAME }}
|
||||||
|
|
||||||
build_arch:
|
build_arch:
|
||||||
name: Build Arch Linux package
|
name: Arch Linux package
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
@ -49,11 +49,16 @@ jobs:
|
|||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: aur
|
command: aur
|
||||||
|
- name: Build archlinux package
|
||||||
|
uses: mijailr/arch-makepkg-action@v1
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
name: Upload artifact
|
name: Upload artifact PKGBUILD
|
||||||
with:
|
with:
|
||||||
name: PKGBUILD
|
path: PKGBUILD
|
||||||
path: PKGBUILD
|
- uses: actions/upload-artifact@v2
|
||||||
|
name: Upload artifact Package
|
||||||
|
with:
|
||||||
|
path: .*\.zst
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user