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 200fbb8 commit d3e4383
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,9 @@ jobs:
#if: github.ref_type == 'tag'
runs-on: ubuntu-latest
steps:
- uses: Shopify/upload-to-release@v2.0.0
- uses: softprops/action-gh-release@v2
with:
name: Linux x86_x64
path: builddir/reaper_livepresets_x86_64.so
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: Shopify/[email protected]
with:
name: Windows x86_x64
path: builddir/reaper_livepresets_x64.dll
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: Shopify/[email protected]
with:
name: MacOS Arm64
path: builddir/reaper_livepresets_aarch64.dylib
repo-token: ${{ secrets.GITHUB_TOKEN }}
files:
builddir/reaper_livepresets_x86_64.so
builddir/reaper_livepresets_x64.dll
builddir/reaper_livepresets_aarch64.dylib

0 comments on commit d3e4383

Please sign in to comment.