From 5f6a3ae1752da1c14b9c82bd0e625860cbf1ccc5 Mon Sep 17 00:00:00 2001 From: Vladimir nett00n Budylnikov Date: Mon, 29 Sep 2025 22:12:33 +0400 Subject: [PATCH] trying to disable zipping --- .gitea/workflows/build.yml | 4 ++++ .gitea/workflows/ci.yml | 3 +++ 2 files changed, 7 insertions(+) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index fbd645e..0b69373 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -158,6 +158,7 @@ jobs: name: ${{ needs.prepare.outputs.artifact_name }}-windows path: ${{ env.BUILD_DIR }}/skelly-windows-${{ needs.prepare.outputs.version }}.exe retention-days: 7 + compression-level: 0 # Linux build job build-linux: @@ -219,6 +220,7 @@ jobs: name: ${{ needs.prepare.outputs.artifact_name }}-linux path: ${{ env.BUILD_DIR }}/skelly-linux-${{ needs.prepare.outputs.version }}.x86_64 retention-days: 7 + compression-level: 0 # macOS build job build-macos: @@ -277,6 +279,7 @@ jobs: name: ${{ needs.prepare.outputs.artifact_name }}-macos path: ${{ env.BUILD_DIR }}/skelly-macos-${{ needs.prepare.outputs.version }}.zip retention-days: 7 + compression-level: 0 # Android build job build-android: @@ -354,6 +357,7 @@ jobs: name: ${{ needs.prepare.outputs.artifact_name }}-android path: ${{ env.BUILD_DIR }}/skelly-android-${{ needs.prepare.outputs.version }}.apk retention-days: 7 + compression-level: 0 # Summary job - creates release summary summary: diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 8b005c2..c61543b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -94,6 +94,7 @@ jobs: path: | format_results.yaml retention-days: 7 + compression-level: 0 - name: Check for formatting changes id: check-changes @@ -175,6 +176,7 @@ jobs: path: | lint_results.yaml retention-days: 7 + compression-level: 0 test: name: Test Execution @@ -220,6 +222,7 @@ jobs: path: | test_results.yaml retention-days: 7 + compression-level: 0 summary: name: CI Summary