Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- run: pip install meson ninja
- run: meson setup builddir/
- run: meson compile livepresets_x86_64 -C builddir/ -v -j 14
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v6
with:
name: Linux x86_x64
path: builddir/reaper_livepresets_x86_64.so
Expand All @@ -29,7 +29,7 @@ jobs:
- run: pip install meson ninja
- run: meson setup builddir/
- run: meson compile livepresets_aarch64 -C builddir/ -v -j 14
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v6
with:
name: MacOS Arm64
path: builddir/reaper_livepresets_aarch64.dylib
Expand All @@ -47,7 +47,7 @@ jobs:
arch: x64
- run: meson setup builddir/
- run: meson compile livepresets_x64 -C builddir/ -v -j 14
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v6
with:
name: Windows x86_x64
path: builddir/reaper_livepresets_x64.dll
Expand Down
Loading