Compare commits

..

2 Commits

Author SHA1 Message Date
61951a047b embed_pck 2025-09-29 22:12:37 +04:00
5f6a3ae175 trying to disable zipping 2025-09-29 22:12:33 +04:00
3 changed files with 9 additions and 2 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

View File

@@ -20,7 +20,7 @@ encrypt_directory=false
custom_template/debug=""
custom_template/release=""
debug/export_console_wrapper=1
binary_format/embed_pck=false
binary_format/embed_pck=true
texture_format/bptc=true
texture_format/s3tc=true
texture_format/etc=false
@@ -76,7 +76,7 @@ encrypt_directory=false
custom_template/debug=""
custom_template/release=""
debug/export_console_wrapper=1
binary_format/embed_pck=false
binary_format/embed_pck=true
texture_format/bptc=true
texture_format/s3tc=true
texture_format/etc=false