Edit workflow (release.yml)

This commit is contained in:
Ly-sec
2025-08-25 08:29:54 +02:00
parent cde0fd8f46
commit 42273bf50f

View File

@@ -22,7 +22,14 @@ jobs:
- name: Create release archive
run: |
mkdir -p ../noctalia-release
rsync -av --exclude='.git' --exclude='.github' ./ ../noctalia-release/
rsync -av \
--exclude='.git' \
--exclude='.github' \
--exclude='nix' \
--exclude='flake.nix' \
--exclude='flake.lock' \
--exclude='result*' \
./ ../noctalia-release/
cd ..
tar -czf noctalia-${{ github.ref_name }}.tar.gz noctalia-release/
cp noctalia-${{ github.ref_name }}.tar.gz noctalia-latest.tar.gz
@@ -58,4 +65,4 @@ jobs:
noctalia-latest.tar.gz
body_path: release_notes.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}