From e567694e770dce40118bbad322cd23907367a84c Mon Sep 17 00:00:00 2001 From: Quentin Millardet Date: Thu, 22 May 2025 18:32:45 +0200 Subject: [PATCH] =?UTF-8?q?Cr=C3=A9ation=20automatique=20du=20ZIP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index c1ada33..d9f6d1d 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -12,6 +12,8 @@ jobs: run: mkdir -p bin - name: Copy files run: cp White-light.wav bin/ && cp White-light.fseq bin/ + - name : Compress dir + run: zip White-light.zip bin/White-light.wav bin/White-light.fseq - uses: akkuman/gitea-release-action@v1