Skip to content

Commit

Permalink
fix(release): Fixed using wrong Github Actions release version
Browse files Browse the repository at this point in the history
Signed-off-by: Frederik Bertling <[email protected]>
  • Loading branch information
Burtan committed Apr 28, 2024
1 parent 0a37956 commit 25bb9e4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,18 @@ jobs:
- linux
- windows
- macos
#if: github.ref_type == 'tag'
if: github.ref_type == 'tag'
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
with:
path: builddir/reaper_livepresets_x86_64.dll
- uses: actions/download-artifact@v4
with:
path: builddir/reaper_livepresets_aarch64.dll
- uses: actions/download-artifact@v4
with:
path: builddir/reaper_livepresets_x64.dll
- uses: softprops/action-gh-release@v2
with:
files:
Expand Down

0 comments on commit 25bb9e4

Please sign in to comment.