|
@@ -332,7 +332,7 @@ jobs:
|
|
|
|
|
|
|
|
- name: Upload Artifact
|
|
- name: Upload Artifact
|
|
|
id: upload_artifact
|
|
id: upload_artifact
|
|
|
- uses: actions/upload-artifact@v4
|
|
|
|
|
|
|
+ uses: actions/upload-artifact@v5
|
|
|
with:
|
|
with:
|
|
|
name: ${{ env.VCMI_PACKAGE_FILE_NAME }} - ${{ matrix.platform }}
|
|
name: ${{ env.VCMI_PACKAGE_FILE_NAME }} - ${{ matrix.platform }}
|
|
|
compression-level: 9
|
|
compression-level: 9
|
|
@@ -342,7 +342,7 @@ jobs:
|
|
|
- name: Upload AAB Artifact
|
|
- name: Upload AAB Artifact
|
|
|
id: upload_aab
|
|
id: upload_aab
|
|
|
if: ${{ startsWith(matrix.platform, 'android') && github.ref == 'refs/heads/master' }}
|
|
if: ${{ startsWith(matrix.platform, 'android') && github.ref == 'refs/heads/master' }}
|
|
|
- uses: actions/upload-artifact@v4
|
|
|
|
|
|
|
+ uses: actions/upload-artifact@v5
|
|
|
with:
|
|
with:
|
|
|
name: ${{ env.VCMI_PACKAGE_FILE_NAME }} - ${{ matrix.platform }} - aab
|
|
name: ${{ env.VCMI_PACKAGE_FILE_NAME }} - ${{ matrix.platform }} - aab
|
|
|
compression-level: 9
|
|
compression-level: 9
|
|
@@ -352,7 +352,7 @@ jobs:
|
|
|
- name: Upload debug symbols
|
|
- name: Upload debug symbols
|
|
|
id: upload_symbols
|
|
id: upload_symbols
|
|
|
if: ${{ startsWith(matrix.platform, 'msvc') }}
|
|
if: ${{ startsWith(matrix.platform, 'msvc') }}
|
|
|
- uses: actions/upload-artifact@v4
|
|
|
|
|
|
|
+ uses: actions/upload-artifact@v5
|
|
|
with:
|
|
with:
|
|
|
name: ${{ env.VCMI_PACKAGE_FILE_NAME }} - ${{ matrix.platform }} - symbols
|
|
name: ${{ env.VCMI_PACKAGE_FILE_NAME }} - ${{ matrix.platform }} - symbols
|
|
|
compression-level: 9
|
|
compression-level: 9
|
|
@@ -381,7 +381,7 @@ jobs:
|
|
|
python3 CI/emit_partial.py
|
|
python3 CI/emit_partial.py
|
|
|
|
|
|
|
|
- name: Upload partial JSON with build informations
|
|
- name: Upload partial JSON with build informations
|
|
|
- uses: actions/upload-artifact@v4
|
|
|
|
|
|
|
+ uses: actions/upload-artifact@v5
|
|
|
with:
|
|
with:
|
|
|
name: partial-json-${{ matrix.platform }}
|
|
name: partial-json-${{ matrix.platform }}
|
|
|
path: .summary/${{ matrix.platform }}.json
|
|
path: .summary/${{ matrix.platform }}.json
|
|
@@ -412,7 +412,7 @@ jobs:
|
|
|
|
|
|
|
|
- name: Upload source code archive
|
|
- name: Upload source code archive
|
|
|
id: upload_source
|
|
id: upload_source
|
|
|
- uses: actions/upload-artifact@v4
|
|
|
|
|
|
|
+ uses: actions/upload-artifact@v5
|
|
|
with:
|
|
with:
|
|
|
name: ${{ env.VCMI_PACKAGE_FILE_NAME }}
|
|
name: ${{ env.VCMI_PACKAGE_FILE_NAME }}
|
|
|
compression-level: 9
|
|
compression-level: 9
|
|
@@ -428,7 +428,7 @@ jobs:
|
|
|
JSON
|
|
JSON
|
|
|
|
|
|
|
|
- name: Upload partial JSON with source informations
|
|
- name: Upload partial JSON with source informations
|
|
|
- uses: actions/upload-artifact@v4
|
|
|
|
|
|
|
+ uses: actions/upload-artifact@v5
|
|
|
with:
|
|
with:
|
|
|
name: partial-json-source
|
|
name: partial-json-source
|
|
|
path: .summary/source.json
|
|
path: .summary/source.json
|
|
@@ -645,7 +645,7 @@ jobs:
|
|
|
|
|
|
|
|
- name: Upload VCMI Installer Artifacts
|
|
- name: Upload VCMI Installer Artifacts
|
|
|
id: upload_installer
|
|
id: upload_installer
|
|
|
- uses: actions/upload-artifact@v4
|
|
|
|
|
|
|
+ uses: actions/upload-artifact@v5
|
|
|
with:
|
|
with:
|
|
|
name: ${{ env.VCMI_PACKAGE_FILE_NAME }} - ${{ matrix.platform }} - installer
|
|
name: ${{ env.VCMI_PACKAGE_FILE_NAME }} - ${{ matrix.platform }} - installer
|
|
|
compression-level: 9
|
|
compression-level: 9
|
|
@@ -673,7 +673,7 @@ jobs:
|
|
|
JSON
|
|
JSON
|
|
|
|
|
|
|
|
- name: Upload partial JSON with installer informations
|
|
- name: Upload partial JSON with installer informations
|
|
|
- uses: actions/upload-artifact@v4
|
|
|
|
|
|
|
+ uses: actions/upload-artifact@v5
|
|
|
with:
|
|
with:
|
|
|
name: partial-json-${{ matrix.platform }}-installer
|
|
name: partial-json-${{ matrix.platform }}-installer
|
|
|
path: .summary/installer-${{ matrix.platform }}.json
|
|
path: .summary/installer-${{ matrix.platform }}.json
|