mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
Fix AUR Action
This commit is contained in:
parent
4666f2a808
commit
aa95a1d78c
2 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
|
||||
- run: PACKAGE_VERSION=$(cat ./package.json | grep version | head -1 | sed 's/[^0-9.]*//g') && echo "package_version=$PACKAGE_VERSION" >> $GITHUB_ENV
|
||||
- run: sed "s/PACKAGE_VERSION/${package_version}/g" build/linux/PKGBUILD | tee build/linux/PKGBUILD
|
||||
- run: sed "s/PACKAGE_VERSION/${package_version}/g" build/linux/PKGBUILD_template > build/linux/PKGBUILD
|
||||
|
||||
- name: Publish AUR package
|
||||
uses: KSXGitHub/github-actions-deploy-aur@v2.2.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue