From 8e7778c3cff6ea9d49fdc69eb7ab149d2f643023 Mon Sep 17 00:00:00 2001 From: matteo Date: Thu, 14 Mar 2024 20:27:10 +0100 Subject: [PATCH] Update .gitea/workflows/release.yaml --- .gitea/workflows/release.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 3cd8afa..fedcf45 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -7,7 +7,12 @@ jobs: - run: echo "Action started" - name: Check out repository uses: actions/checkout@v3 - - run: zip -r YouTubeMusic.zip . + - name: Archive Release + uses: thedoctor0/zip-release@0.7.5 + with: + type: 'zip' + filename: 'YouTubeMusic.zip' + exclusions: '*.git* .editorconfig repo.xml' - name: Release uses: https://gitea.com/actions/release-action@main with: