From 0a379569a2faafe20ed846850d1affad8de8dc9f Mon Sep 17 00:00:00 2001 From: Frederik Bertling Date: Sun, 28 Apr 2024 11:15:42 +0200 Subject: [PATCH] fix(release): Fixed using wrong Github Actions release version Signed-off-by: Frederik Bertling --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a5b2f7c..c80f861 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -65,4 +65,5 @@ jobs: files: builddir/reaper_livepresets_x86_64.so builddir/reaper_livepresets_x64.dll - builddir/reaper_livepresets_aarch64.dylib \ No newline at end of file + builddir/reaper_livepresets_aarch64.dylib + tag_name: ${{ github.ref }} \ No newline at end of file