1
0
Fork 0
mirror of synced 2024-06-02 10:44:40 +12:00

Update release.yml

This commit is contained in:
Dummerle 2021-03-17 10:18:42 +01:00 committed by GitHub
parent bf8ceff8c4
commit 7a0db75ffe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,3 +31,26 @@ jobs:
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
aur-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Generate PKGBUILD
run:
./.github/GenPKG.sh
- name: Upload
uses: KSXGitHub/github-actions-deploy-aur@<TAG>
with:
pkgname: rare
pkgbuild: ./.github/rare/PKGBUILD
commit_username: Dummerle
commit_email: ${{ secrets.MAIL }}
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
commit_message: Update AUR package