mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 10:14:17 +00:00
hopefully fix gh action for aur
This commit is contained in:
4
.github/workflows/aur-release.yml
vendored
4
.github/workflows/aur-release.yml
vendored
@@ -4,7 +4,7 @@ on:
|
|||||||
types: [created]
|
types: [created]
|
||||||
jobs:
|
jobs:
|
||||||
aur_publish:
|
aur_publish:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Prepare AUR package
|
- name: Prepare AUR package
|
||||||
@@ -15,7 +15,7 @@ jobs:
|
|||||||
sed -i "s/^pkgver=.*$/pkgver=${version}/g" packages/arch-dotdrop/PKGBUILD
|
sed -i "s/^pkgver=.*$/pkgver=${version}/g" packages/arch-dotdrop/PKGBUILD
|
||||||
cat packages/arch-dotdrop/PKGBUILD
|
cat packages/arch-dotdrop/PKGBUILD
|
||||||
- name: Publish to aur
|
- name: Publish to aur
|
||||||
uses: KSXGitHub/github-actions-deploy-aur@v2.0.2
|
uses: KSXGitHub/github-actions-deploy-aur@v2.2.3
|
||||||
with:
|
with:
|
||||||
pkgname: dotdrop
|
pkgname: dotdrop
|
||||||
pkgbuild: ./packages/arch-dotdrop/PKGBUILD
|
pkgbuild: ./packages/arch-dotdrop/PKGBUILD
|
||||||
|
|||||||
Reference in New Issue
Block a user