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

0 comments on commit 200fbb8

Please sign in to comment.