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 366b7e8 commit a5078ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
run: |
directory=canvas_syncer-${{ matrix.target }}
mkdir $directory
ls ./target/${{ matrix.target }}/release
ls ./target/
ls ./target/${{ matrix.target }}
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 a5078ef

Please sign in to comment.