chore: fix typo in release.yml

This commit is contained in:
2026-01-15 04:34:05 +01:00
parent ee999ed3fb
commit eb29ae8256
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -24,9 +24,3 @@ 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
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
- name: Package
run: |
mkdir -p package/bin
mkdir -o package/share/applications
mkdir -p package/share/applications
cp build/wallpaper-carousel package/bin/
cp README.md package/
cp LICENSE package/