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 e3a1958 commit e2040dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
mkdir $directory
cp README LICENSE $directory
ls target
ls target/${{ matrix.target }}
ls target/${{ matrix.target }}/release
if [ -f target/${{ matrix.target }}/release/canvas_syncer.exe ]; then
cp target/${{ matrix.target }}/release/canvas_syncer.exe $directory
7z a -r $directory.zip $directory
Expand Down

0 comments on commit e2040dd

Please sign in to comment.