Skip to content

Commit

Permalink
Fix: Upload only libzstd.dylib to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
george-chakhidze committed Nov 20, 2024
1 parent 0aff990 commit 9c7d75b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: 'libs-macos-${{ github.ref_name }}'
path: '**/*.dylib'
path: '**/libzstd.dylib'
- name: Release (Linux)
if: ${{ success() && startsWith(matrix.os, 'ubuntu') }}
uses: softprops/action-gh-release@v2
Expand All @@ -128,7 +128,7 @@ jobs:
if: ${{ success() && startsWith(matrix.os, 'macos') }}
uses: softprops/action-gh-release@v2
with:
files: '**/*.dylib'
files: '**/libzstd.dylib'
prerelease: true
name: 'zstd-${{ github.ref_name }}'
tag_name: '${{ github.ref_name }}'
Expand Down

0 comments on commit 9c7d75b

Please sign in to comment.