Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wznmickey authored Dec 28, 2024
1 parent 4828b58 commit 788e7ad
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if: ${{ matrix.cross }}
run: |
cargo install cross --git https://github.com/cross-rs/cross.git
cross build --release
cross build --release --features vendor-openssl
- name: Run Cargo
if: ${{ !matrix.cross }}
Expand All @@ -63,9 +63,8 @@ jobs:
run: |
directory=canvas_syncer-${{ matrix.target }}
mkdir $directory
ls -al
ls target -al
ls target/${{ matrix.target }} -al
ls ./target -al
ls ./target/${{ matrix.target }} -al
cp README LICENSE $directory
if [ -f target/${{ matrix.target }}/release/canvas_syncer.exe ]; then
cp target/${{ matrix.target }}/release/canvas_syncer.exe $directory
Expand Down

0 comments on commit 788e7ad

Please sign in to comment.