From 9a569b3caaa5308c0240035c80b0af683d96aad4 Mon Sep 17 00:00:00 2001 From: ak5k <42914711+ak5k@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:33:24 +0200 Subject: [PATCH] Update file paths in CMake workflow --- .github/workflows/cmake-multi-platform.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 04f5018..536d00f 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -94,10 +94,10 @@ jobs: path: | ./reaper_*.dll ./reaper_*.pdb - ./*.exe - ./*.pkg ./reaper_*.dylib ./reaper_*.so + ./*.exe + ./*.pkg release: needs: build @@ -116,7 +116,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token with: tag_name: ${{ github.ref_name }} - release_name: Release ${{ github.ref_name }} + release_name: ${{ github.ref_name }} draft: true prerelease: false