Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wznmickey committed Dec 29, 2024
1 parent e2040dd commit c1c5262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
cp target/${{ matrix.target }}/release/canvas_syncer.exe $directory
7z a -r $directory.zip $directory
else
cp target/${{ matrix.target }}/release/cnavas_syncer $directory
cp target/${{ matrix.target }}/release/canvas_syncer $directory
tar cJf $directory.tar.xz $directory
fi
Expand Down

0 comments on commit c1c5262

Please sign in to comment.