Skip to content

Commit

Permalink
Only include runtime libary files to greatly reduce size!
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Aug 12, 2024
1 parent 6c271e8 commit e0d400c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-c-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,6 @@ jobs:
with:
name: libinfisical_c_files-${{ matrix.settings.target }}
path: |
target/${{ matrix.settings.target }}/release/*infisical_c*
target/${{ matrix.settings.target }}/release/*infisical_c*.so
target/${{ matrix.settings.target }}/release/*infisical_c*.dll
target/${{ matrix.settings.target }}/release/*infisical_c*.dylib

0 comments on commit e0d400c

Please sign in to comment.