Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
  • Loading branch information
georg-getz committed Jun 3, 2024
1 parent 72ee5b9 commit 5a1c5df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dynamic_libs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
export PATH="$HOME/.cargo/bin:$PATH"
rustup target add ${{ matrix.platform.target }}
cargo build --release --target=${{ matrix.platform.target }}
ls
ls target/release/
- name: Release
uses: softprops/action-gh-release@v2
with:
files: target/release/${{ matrix.platform.lib_name }}
files: ./target/release/${{ matrix.platform.lib_name }}

0 comments on commit 5a1c5df

Please sign in to comment.