chore: update

This commit is contained in:
2026-01-15 04:31:28 +01:00
parent bf1dd10129
commit ee999ed3fb
3 changed files with 11 additions and 1 deletions
+4
View File
@@ -30,8 +30,11 @@ jobs:
- name: Package
run: |
mkdir -p package/bin
mkdir -o package/share/applications
cp build/wallpaper-carousel package/bin/
cp README.md package/
cp LICENSE package/
cp app/wallpaper-carousel.desktop package/share/applications/
cd package
tar -czvf ../wallpaper-carousel-linux-x64.tar.gz *
@@ -41,3 +44,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: wallpaper-carousel-linux-x64.tar.gz
generate_release_notes: true