ci: fix continuous release artifacts

This commit is contained in:
Anonymous Maarten 2025-06-30 01:10:48 +02:00
parent daa0bd1a32
commit 6b4efff036

View File

@ -91,7 +91,7 @@ jobs:
${{ matrix.cmake-wrapper || '' }} cmake -S . -B build -GNinja \
-DCMAKE_BUILD_TYPE=Release \
-DISLE_USE_DX5=${{ !!matrix.dx5 }} \
-DISLE_BUILD_CONFIG=${{ matrix.config }} \
-DISLE_BUILD_CONFIG=${{ !!matrix.config }} \
-DENABLE_CLANG_TIDY=${{ !!matrix.clang-tidy }} \
-DISLE_WERROR=${{ !!matrix.werror }} \
-DISLE_DEBUG=OFF \
@ -214,7 +214,7 @@ jobs:
- name: Download All Artifacts
uses: actions/download-artifact@main
with:
pattern: "{Release-*,*.flatpak}"
pattern: "*"
path: Release
merge-multiple: true