File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -408,15 +408,15 @@ jobs:
408
408
if : matrix.options.package == 'YES'
409
409
uses : actions/upload-artifact@v4
410
410
with :
411
- name : KTX-Software-${{env.KTX_VERSION}}-${{matrix.options.platform}}-${{matrix.arch}}
411
+ name : ${{ runner.os == 'Linux' && ' KTX-Software-${{env.KTX_VERSION}}-${{runner.os}}-${{ matrix.arch}}' || 'KTX-Software-${{env.KTX_VERSION}}-${{matrix. options.platform}}-${{matrix.arch}}' }}
412
412
path : ${{env.BUILD_DIR}}/KTX-Software-*-*
413
413
compression-level : 0 # Installer already compressed.
414
414
415
415
- name : Upload artifact pyktx
416
416
if : matrix.options.package == 'YES' && matrix.options.py == 'ON'
417
417
uses : actions/upload-artifact@v4
418
418
with :
419
- name : pyktx-${{env.KTX_VERSION}}-${{matrix.options.platform}}-${{matrix.arch}}
419
+ name : ${{ runner.os == 'Linux' && ' pyktx-${{env.KTX_VERSION}}-${{runner.os}}-${{ matrix.arch}}' || 'pyktx-${{env.KTX_VERSION}}-${{matrix. options.platform}}-${{matrix.arch}}' }}
420
420
path : ${{env.BUILD_DIR}}/${{env.PYTHON_DIST_DIR}}
421
421
422
422
- name : Upload to Release
You can’t perform that action at this time.
0 commit comments