Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TBS1996 committed Oct 31, 2022
1 parent 0726624 commit 1dbb9c9
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,15 @@ jobs:
with:
command: publish
args: --token ${{ secrets.CARGO_API_KEY }} --allow-dirty
- name: Publish AUR package
uses: ATiltedTree/create-aur-release@v1
aur-sync:
runs-on: ubuntu-latest
steps:
- name: Sync AUR package with Github release
uses: maniaciachao/aur-sync-action@v1.2
with:
package_name: speki
commit_username: "tbs1996"
github_repo: 'tbs1996/speki'
commit_username: 'tbs196'
commit_email: torberge@outlook.com
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}

extra_dependencies: 'libasound2-dev'

0 comments on commit 1dbb9c9

Please sign in to comment.