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
+6
View File
@@ -24,3 +24,9 @@ jobs:
- name: Build
run: cmake --build build --config Release -- -j$(nproc)
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: wallpaper_chooser_build
path: build/wallpaper_chooser
+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