2021-03-14 15:35:34 +01:00
|
|
|
---
|
|
|
|
name: Build on Arch Linux
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- master
|
|
|
|
|
2023-01-15 17:27:41 +01:00
|
|
|
concurrency:
|
2022-05-21 11:33:21 +02:00
|
|
|
group: build-archlinux-${{ github.ref }}
|
|
|
|
cancel-in-progress: true
|
|
|
|
|
2021-03-14 15:35:34 +01:00
|
|
|
jobs:
|
|
|
|
build:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: Sync AUR package with current version
|
|
|
|
uses: pajlada/aur-sync-action@master
|
|
|
|
with:
|
|
|
|
package_name: chatterino2-git
|
|
|
|
commit_username: chatterino2-ci
|
|
|
|
commit_email: chatterino2-ci@pajlada.com
|
|
|
|
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
|
2021-05-03 23:29:47 +02:00
|
|
|
dry_run: true
|