trying to disable zipping

This commit is contained in:
2025-09-29 22:12:33 +04:00
parent 40c06ae249
commit 5f6a3ae175
2 changed files with 7 additions and 0 deletions

View File

@@ -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:

View File

@@ -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