Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
bcac5c6e03
|
@@ -9,14 +9,14 @@ jobs:
|
|||||||
archlinux:
|
archlinux:
|
||||||
name: Arch Linux
|
name: Arch Linux
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: archlinux
|
|
||||||
options: --privileged
|
|
||||||
permissions:
|
permissions:
|
||||||
packages: write
|
packages: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- name: Build Arch Linux package
|
- uses: https://git.huizinga.dev/infra/archlinux-package-action@v3
|
||||||
uses: FFY00/build-arch-package@v1
|
|
||||||
with:
|
with:
|
||||||
PKGBUILD: ./PKGBUILD
|
path: .
|
||||||
|
- run: ls -alh
|
||||||
|
# - run: curl --user ${{ gitea.actor }}:${{ secrets.GITEA_TOKEN }} \
|
||||||
|
# --upload-file $(ls | grep -E 'crete-[0-9]+\.[0-9]+\.[0-9]+-[0-9]+-.*.pkg.tar.zst') \
|
||||||
|
# https://git.huizinga.dev/api/packages/infra/arch/core
|
||||||
|
|||||||
Reference in New Issue
Block a user