From d4e37d998ed1a1609801c7bf1e496a4cb015c144 Mon Sep 17 00:00:00 2001 From: Frederik Bertling Date: Sun, 28 Apr 2024 18:55:23 +0200 Subject: [PATCH] fix(release): Fixed using wrong Github Actions release version Signed-off-by: Frederik Bertling --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 09f8fbd..55f10ba 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -67,7 +67,7 @@ jobs: - run: ls -R artifacts - uses: softprops/action-gh-release@v2 with: - files: + files: | artifacts/reaper_livepresets_x86_64.so artifacts/reaper_livepresets_x64.dll artifacts/reaper_livepresets_aarch64.dylib \ No newline at end of file