Skip to content

Commit

Permalink
Forgot to change file suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher committed Jan 29, 2024
1 parent d835841 commit 1da104e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ jobs:
ls *.dll | awk '{print $1}' | xargs -I '{}' ldd '{}' | grep '=> /' | grep -v build | grep -iv windows | awk '{print $3}' | xargs -I '{}' cp -vn '{}' . || true
ls *.dll | awk '{print $1}' | xargs -I '{}' ldd '{}' | grep '=> /' | grep -v build | grep -iv windows | awk '{print $3}' | xargs -I '{}' cp -vn '{}' . || true
chmod u+w,+x *
zip ../upload/win64.tgz ./*
zip ../upload/win64.zip ./*
cd ../..
# fi
Expand Down

0 comments on commit 1da104e

Please sign in to comment.