From e2a9fd41a69fbf90c223379067bfdec9cecab6d2 Mon Sep 17 00:00:00 2001 From: Quentin Millardet Date: Thu, 22 May 2025 18:54:10 +0200 Subject: [PATCH] Ajout de l'ordre de compression --- .gitea/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index d9f6d1d..bbf1c67 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -10,10 +10,10 @@ jobs: uses: actions/checkout@v3 - name: Create dir 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 + - name: Copy files + run: cp White-light.wav bin/ && cp White-light.fseq bin/ && cp White-light.zip bin/ - uses: akkuman/gitea-release-action@v1