From a85d24175c70548cb4f878947bc6a0250fb854a5 Mon Sep 17 00:00:00 2001 From: Egor Date: Thu, 25 Sep 2025 03:06:37 -0700 Subject: [PATCH] still fighting AUR --- .github/workflows/aur-release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/aur-release.yml b/.github/workflows/aur-release.yml index 3a99a8d..f034c9d 100644 --- a/.github/workflows/aur-release.yml +++ b/.github/workflows/aur-release.yml @@ -298,9 +298,8 @@ jobs: - name: Prepare local files for AUR package run: | - # Copy local files so they're available during PKGBUILD execution + # Copy desktop file so it's available during PKGBUILD execution cp "assets/gerbil.desktop" ./ - cp "LICENSE" ./ echo "✅ Local files prepared for AUR package" - name: Publish to AUR