Skip to content

Commit

Permalink
added some logs as well
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 96fa7fe commit a1407fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dynamic_libs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ jobs:
export PATH="$HOME/.cargo/bin:$PATH"
rustup target add ${{ matrix.platform.target }}
cargo build --release --target=${{ matrix.platform.target }}
ls target/release/
ls
ls target
echo ---------------------------
ls target/${{ matrix.platform.target }}/release
- name: Archive dynamic lib
uses: thedoctor0/zip-release@0.7.5
Expand Down

0 comments on commit a1407fd

Please sign in to comment.