Skip to content

Commit ef3dc2d

Browse files
Update AUR packages in the build and release workflow (#26)
Extension of #23 Authored by: KyleUltimate <[email protected]>
1 parent 24c4fe9 commit ef3dc2d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/release.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,17 @@ jobs:
100100
- MSVC Windows (x64 windows msvc)
101101
102102
You can install these by downloading and unzipping the appropriate asset, and moving the executable to ~/bin or any other binary folder in your path.
103+
- name: Update no-gui AUR package
104+
uses: ATiltedTree/create-aur-release@v1
105+
with:
106+
package_name: ferium-bin
107+
commit_username: "Ilesh Thiada"
108+
commit_email: [email protected]
109+
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
110+
- name: Update gui AUR package
111+
uses: ATiltedTree/create-aur-release@v1
112+
with:
113+
package_name: ferium-gui-bin
114+
commit_username: "Ilesh Thiada"
115+
commit_email: [email protected]
116+
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}

0 commit comments

Comments
 (0)