Skip to content

Commit

Permalink
fix ci for binary release
Browse files Browse the repository at this point in the history
  • Loading branch information
hertg committed Nov 28, 2022
1 parent 79f2ea0 commit 633cf2b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/aur-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ jobs:
ssh_private_key: ${{ secrets.AUR_PRIVATE_KEY }}
commit_message: New release via github actions

# - name: Publish lightdm-theme-neon-bin
# uses: KSXGitHub/github-actions-deploy-aur@v2.5.0
# with:
# pkgname: lightdm-theme-neon-bin
# pkgbuild: ./.pkgbuild/lightdm-theme-neon-bin/PKGBUILD
# force_push: true
# commit_username: ${{ secrets.AUR_USERNAME }}
# commit_email: ${{ secrets.AUR_EMAIL }}
# ssh_private_key: ${{ secrets.AUR_PRIVATE_KEY }}
# commit_message: New release via github actions
- name: Publish lightdm-theme-neon-bin
uses: KSXGitHub/github-actions-deploy-aur@v2.5.0
with:
pkgname: lightdm-theme-neon-bin
pkgbuild: ./.pkgbuild/lightdm-theme-neon-bin/PKGBUILD
force_push: true
commit_username: ${{ secrets.AUR_USERNAME }}
commit_email: ${{ secrets.AUR_EMAIL }}
ssh_private_key: ${{ secrets.AUR_PRIVATE_KEY }}
commit_message: New release via github actions
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
tag: ${{ steps.vars.outputs.tag }}
steps:
- id: vars
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT

release:
name: Github Release
Expand Down
3 changes: 1 addition & 2 deletions .pkg/aur/lightdm-theme-neon-bin/PKGBUILD.template
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ source=($_source)
sha256sums=($_sha256sum)

package() {
cd $pkgname
install -dm755 ${pkgdir}/usr/share/web-greeter/themes/neon
cp -r public/. ${pkgdir}/usr/share/web-greeter/themes/neon
cp -r ${srcdir}/public/. ${pkgdir}/usr/share/web-greeter/themes/neon
}

0 comments on commit 633cf2b

Please sign in to comment.