Skip to content

Commit

Permalink
Update file paths in CMake workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ak5k committed Jan 3, 2024
1 parent 2133993 commit 9a569b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ jobs:
path: |
./reaper_*.dll
./reaper_*.pdb
./*.exe
./*.pkg
./reaper_*.dylib
./reaper_*.so
./*.exe
./*.pkg
release:
needs: build
Expand All @@ -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

Expand Down

0 comments on commit 9a569b3

Please sign in to comment.