Skip to content

Commit

Permalink
Github Action Question Mark
Browse files Browse the repository at this point in the history
  • Loading branch information
NullCub3 committed Jan 26, 2024
1 parent 4ed4836 commit 83dfa1d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .SRCINFO

This file was deleted.

23 changes: 23 additions & 0 deletions .github/workflows/aur-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Publish AUR package

on:
push:
tags:
- "*"

jobs:
aur-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Publish AUR package
uses: KSXGitHub/github-actions-deploy-aur@v2.7.0
with:
pkgname: vencord-installer-cli-bin
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
ssh_keyscan_types: rsa,dsa,ecdsa,ed25519
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ test
VencordInstallerCli-linux
checksums.md
aur-publish
.SRCINFO

0 comments on commit 83dfa1d

Please sign in to comment.