chore(arch-package.yml): format

This commit is contained in:
2026-01-03 21:46:40 -06:00
parent bcd9006f31
commit 44c263ba96

View File

@@ -1,28 +1,27 @@
name: Arch Linux Package name: Arch Linux Package
on: on:
push: push:
tags: tags:
- "*" - "*"
workflow_dispatch: workflow_dispatch:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: https://git.quad4.io/actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 uses: https://git.quad4.io/actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Build Arch Package - name: Build Arch Package
run: | run: |
docker build -t arch-builder -f Dockerfile.arch-builder . docker build -t arch-builder -f Dockerfile.arch-builder .
docker run --rm -v $(pwd):/home/build/project arch-builder docker run --rm -v $(pwd):/home/build/project arch-builder
- name: Upload Artifact
uses: https://git.quad4.io/actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
with:
name: arch-package
path: packaging/arch/*.pkg.tar.zst
- name: Upload Artifact
uses: https://git.quad4.io/actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
with:
name: arch-package
path: packaging/arch/*.pkg.tar.zst