Upload artifact files directly

This commit is contained in:
tooomm 2026-03-02 23:18:30 +01:00
parent 9794893b63
commit 2efd437933

View file

@ -214,8 +214,8 @@ jobs:
if: matrix.package != 'skip'
uses: actions/upload-artifact@v7
with:
name: ${{matrix.distro}}${{matrix.version}}-package
path: ${{steps.build.outputs.path}}
archive: false
if-no-files-found: error
- name: Upload to release
@ -501,8 +501,8 @@ jobs:
if: matrix.make_package
uses: actions/upload-artifact@v7
with:
name: ${{matrix.artifact_name}}
path: ${{steps.build.outputs.path}}
archive: false
if-no-files-found: error
- name: Upload PDBs (Program Databases)