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 27, 2024
1 parent f93944f commit c2a9c1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,17 @@ jobs:
if: github.ref_type == 'tag'
runs-on: ubuntu-latest
steps:
- uses: Shopify/upload-to-release@v2
- uses: Shopify/upload-to-release@v1
with:
name: Linux x86_x64
path: builddir/reaper_livepresets_x86_64.so
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: Shopify/upload-to-release@v2
- uses: Shopify/upload-to-release@v1
with:
name: Windows x86_x64
path: builddir/reaper_livepresets_x64.dll
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: Shopify/upload-to-release@v2
- uses: Shopify/upload-to-release@v1
with:
name: MacOS Arm64
path: builddir/reaper_livepresets_aarch64.dylib
Expand Down

0 comments on commit c2a9c1d

Please sign in to comment.