From 3945c58b0e5f0bffef4c3628c93ef0497bdd677b Mon Sep 17 00:00:00 2001 From: belthlemar Date: Tue, 18 Jun 2024 14:35:01 +0200 Subject: [PATCH] test --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 329fb6b556..86eba91403 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -72,7 +72,7 @@ jobs: - name: 📦 Archive Antares Desktop for Ubuntu # this is the only way to preserve file permission and symlinks - if: 'ubuntu' in matrix.os + if: matrix.os != 'windows-latest' run: zip -r --symlinks AntaresWeb.zip * working-directory: dist/package