lune-packaging/.github/workflows/aur.yml

28 lines
515 B
YAML
Raw Normal View History

name: Publish to AUR
on:
push:
tags:
- "*"
workflow_dispatch:
jobs:
publish:
name: Patch, Test and Publish PKGBUILD
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
2023-07-24 15:56:50 +01:00
- name: debug
run: ls /home/runner/work/lune/lune
- name: Setup docker CLI
uses: actions-hub/docker/cli@master
env:
SKIP_LOGIN: true
- name: AUR Routine
run: docker build -t aur_routine package/aur