Skip to content

Commit

Permalink
fix: add correct files to zip
Browse files Browse the repository at this point in the history
  • Loading branch information
ceopaludetto committed Oct 6, 2024
1 parent fb4cd38 commit f374b94
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:

strategy:
matrix:
# You can add more, for any target you'd like!
include:
- build: linux
os: ubuntu-latest
Expand Down Expand Up @@ -51,4 +50,8 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: xid-${{ env.VERSION }}-${{ matrix.target }}
path: target/${{ matrix.target }}/release/libxid.[so|dylib|dll]
path: |
target/${{ matrix.target }}/release/libxid.so
target/${{ matrix.target }}/release/libxid.dll
target/${{ matrix.target }}/release/libxid.dylib
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sqlite-xid"
version = "0.0.1"
version = "0.0.2"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit f374b94

Please sign in to comment.