mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Arch publish workflow and build with docker
This commit is contained in:
20
.github/workflows/aur-pub.yml
vendored
Normal file
20
.github/workflows/aur-pub.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
name: aur-pub
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "*"
|
||||
jobs:
|
||||
aur-publish:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Publish AUR package
|
||||
uses: KSXGitHub/github-actions-deploy-aur@2.2.3
|
||||
with:
|
||||
pkgname: my-awesome-package
|
||||
pkgbuild: ./dist/pkgs/arch/PKGBUILD
|
||||
commit_username: ${{ secrets.AUR_USERNAME }}
|
||||
commit_email: ${{ secrets.AUR_EMAIL }}
|
||||
ssh_private_key: ${{ secrets.AUR_KEY }}
|
||||
commit_message: Update AUR package
|
||||
ssh_keyscan_types: rsa,dsa,ecdsa,ed25519
|
||||
Reference in New Issue
Block a user