Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ShirasawaSama committed Dec 13, 2023
1 parent a82dd2b commit 161f0be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ github.workspace }}/build/Release/EIMTimeStretchers.dll
tag: ${{ github.ref }}
tag: ${{ github.event.release.tag_name }}
asset_name: libEIMTimeStretchers.dll

build-macos:
Expand All @@ -57,7 +57,7 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ github.workspace }}/build/libEIMTimeStretchers.dylib
tag: ${{ github.ref }}
tag: ${{ github.event.release.tag_name }}
asset_name: libEIMTimeStretchers-x86_64.dylib

- name: Build Apple Silicon binary
Expand All @@ -73,7 +73,7 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ github.workspace }}/build/libEIMTimeStretchers.dylib
tag: ${{ github.ref }}
tag: ${{ github.event.release.tag_name }}
asset_name: libEIMTimeStretchers.dylib

# Consider adding a Linux build here, I don't have a Linux machine to test on though
Expand Down Expand Up @@ -102,5 +102,5 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ github.workspace }}/build/libEIMTimeStretchers.so
tag: ${{ github.ref }}
tag: ${{ github.event.release.tag_name }}
asset_name: libEIMTimeStretchers.so

0 comments on commit 161f0be

Please sign in to comment.