Update release.yml
This commit is contained in:
parent
5853fe7cbd
commit
40ef4a16aa
1 changed files with 9 additions and 9 deletions
18
.github/workflows/release.yml
vendored
18
.github/workflows/release.yml
vendored
|
|
@ -36,16 +36,16 @@ jobs:
|
||||||
with:
|
with:
|
||||||
flags: ''
|
flags: ''
|
||||||
namcap: true
|
namcap: true
|
||||||
updpkgsums: true
|
- name: Publish AUR package
|
||||||
|
uses: KSXGitHub/github-actions-deploy-aur@<TAG>
|
||||||
- name: Build ArchLinux package
|
|
||||||
uses: mijailr/arch-makepkg-action@v1.0.1
|
|
||||||
|
|
||||||
|
|
||||||
- uses: AButler/upload-release-assets@v2.0
|
|
||||||
with:
|
with:
|
||||||
files: './*.pkg.tar.zst'
|
pkgname: goldwarden
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
pkgbuild: ./PKGBUILD
|
||||||
|
commit_username: ${{ secrets.AUR_USERNAME }}
|
||||||
|
commit_email: ${{ secrets.AUR_EMAIL }}
|
||||||
|
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
|
||||||
|
commit_message: Update AUR package from GitHub Actions automation
|
||||||
|
ssh_keyscan_types: ed25519
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue