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 name: ${{ needs.prepare.outputs.artifact_name }}-windows
path: ${{ env.BUILD_DIR }}/skelly-windows-${{ needs.prepare.outputs.version }}.exe path: ${{ env.BUILD_DIR }}/skelly-windows-${{ needs.prepare.outputs.version }}.exe
retention-days: 7 retention-days: 7
compression-level: 0
# Linux build job # Linux build job
build-linux: build-linux:
@@ -219,6 +220,7 @@ jobs:
name: ${{ needs.prepare.outputs.artifact_name }}-linux name: ${{ needs.prepare.outputs.artifact_name }}-linux
path: ${{ env.BUILD_DIR }}/skelly-linux-${{ needs.prepare.outputs.version }}.x86_64 path: ${{ env.BUILD_DIR }}/skelly-linux-${{ needs.prepare.outputs.version }}.x86_64
retention-days: 7 retention-days: 7
compression-level: 0
# macOS build job # macOS build job
build-macos: build-macos:
@@ -277,6 +279,7 @@ jobs:
name: ${{ needs.prepare.outputs.artifact_name }}-macos name: ${{ needs.prepare.outputs.artifact_name }}-macos
path: ${{ env.BUILD_DIR }}/skelly-macos-${{ needs.prepare.outputs.version }}.zip path: ${{ env.BUILD_DIR }}/skelly-macos-${{ needs.prepare.outputs.version }}.zip
retention-days: 7 retention-days: 7
compression-level: 0
# Android build job # Android build job
build-android: build-android:
@@ -354,6 +357,7 @@ jobs:
name: ${{ needs.prepare.outputs.artifact_name }}-android name: ${{ needs.prepare.outputs.artifact_name }}-android
path: ${{ env.BUILD_DIR }}/skelly-android-${{ needs.prepare.outputs.version }}.apk path: ${{ env.BUILD_DIR }}/skelly-android-${{ needs.prepare.outputs.version }}.apk
retention-days: 7 retention-days: 7
compression-level: 0
# Summary job - creates release summary # Summary job - creates release summary
summary: summary:

View File

@@ -94,6 +94,7 @@ jobs:
path: | path: |
format_results.yaml format_results.yaml
retention-days: 7 retention-days: 7
compression-level: 0
- name: Check for formatting changes - name: Check for formatting changes
id: check-changes id: check-changes
@@ -175,6 +176,7 @@ jobs:
path: | path: |
lint_results.yaml lint_results.yaml
retention-days: 7 retention-days: 7
compression-level: 0
test: test:
name: Test Execution name: Test Execution
@@ -220,6 +222,7 @@ jobs:
path: | path: |
test_results.yaml test_results.yaml
retention-days: 7 retention-days: 7
compression-level: 0
summary: summary:
name: CI Summary name: CI Summary